COLOR #CB69D8

HEX: #CB69D8 RGB: (203,105,216)

Color info

#CB69D8 contains mainly red and blue colors. Web safe color of #CB69D8 is #CC66CC (or #C6C).

RGB color model

#CB69D8 color RGB value is (203,105,216).

RGB: (203,105,216) (80%, 41%, 85%)

RGB channels and saturation

R 203 of 255 = 80%
G 105 of 255 = 41%
B 216 of 255 = 85%

203
105
216

R + G + B ~ 69%. #CB69D8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 203 + 105 + 216 = 524 (100%)
R 203 of 524 ~ 38.74%
G 105 of 524 ~ 20.04%
B 216 of 524 ~ 41.22'%

%38.74
%20.04
%41.22

CMYK color model

#CB69D8 color CMYK value is (6,51,0,15).

  • cyan value is 6.02%
  • magenta value is 51.39%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (6,51,0,15)
C6M51Y0K15 (6%, 51%, 0%, 15%)
(0.06 / 0.51 / 0.00 / 0.15)

CMYK percentages

%6.02
%51.39
%0
%15.29

Codes

Color #CB69D8 in popluar color models

CB 69 D8
RGB 203 105 216
HSL 293° 58.73% 62.94%
HSB/HSV 293° 51.39% 84.71%
CMYK 6.02% 51.39% 0.00%
15.29%

Color #CB69D8 in popluar number systems.

HEX CB 69 D8
Decimal 203 105 216
Binary 11001011 1101001 11011000
Octal 313 151 330

Shades and tints

Shades of #CB69D8

#CB69D8
(203,105,216)
#B960C5
(185,96,197)
#A757B2
(167,87,178)
#954E9F
(149,78,159)
#83458C
(131,69,140)
#713C79
(113,60,121)
#5F3366
(95,51,102)
#4D2A53
(77,42,83)
#3B2140
(59,33,64)
#29182D
(41,24,45)
#170F1A
(23,15,26)
#000000
(0,0,0)

Tints of #CB69D8

#CB69D8
(203,105,216)
#CF76DB
(207,118,219)
#D383DE
(211,131,222)
#D790E1
(215,144,225)
#DB9DE4
(219,157,228)
#DFAAE7
(223,170,231)
#E3B7EA
(227,183,234)
#E7C4ED
(231,196,237)
#EBD1F0
(235,209,240)
#EFDEF3
(239,222,243)
#F3EBF6
(243,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB69D8 color. Also use rgb(203,105,216) instead hex code.

Text Font Color

.myTextColor { color: #CB69D8; }

<p style="color:#CB69D8">This sample text font color is #CB69D8.</p>

This text font color is #CB69D8.

Background Color

.myBgColor { background-color: #CB69D8; }

<div style="background-color:#CB69D8">Inner text</div>

This div background color is #CB69D8.

Border color

.myBorderColor { border: 1px solid #CB69D8; }

<div style="border:3px solid #CB69D8">Div</div>

This div border color is #CB69D8.

Opacity

.myOpacity80 { color: #CB69D8; opacity: 0.8; }

<p style="color:#CB69D8;opacity:0.8;">80%</p>

Text with #CB69D8 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CB69D8;}

<p style="text-shadow: 3px 3px 1px #CB69D8">Text here.</p>

This text has shadow with #CB69D8 color.


.textShadow {text-shadow: 3px 3px 1px #CB69D8', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CB69D8, 5px 5px 20px red">Text here.</p>

This text has shadow with #CB69D8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CB69D8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CB69D8, Direction=45, Strength=4)">Text</p>

This text has shadow with #CB69D8 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CB69D8;
-webkit-box-shadow: 1px 1px 3px 2px #CB69D8;
box-shadow: 1px 1px 3px 2px #CB69D8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CB69D8; -webkit-box-shadow: 1px 1px 3px 2px #CB69D8; box-shadow:1px 1px 3px 2px #CB69D8;">
Div content here
</div>

This div box has shadow with color #CB69D8.

Preview

Color preview on black background

This text has color #CB69D8 on black background.


Color preview on white background

This text has color #CB69D8 on white background.


Black color preview on #CB69D8 background

This text has black color on #CB69D8 background.


White color preview on #CB69D8 background

This text has white color on #CB69D8 background.


Related colors

Complementary color

Complementary color for #hex is #349627.


I love getcolorcode.com

Triadic colors

1 #D8CB69 and #69D8CB with #CB69D8 are triadic colors.

2 #D869CB and #69CBD8 with #CB69D8 are triadic colors.