Html Css Color HEX #CB86CC Lilac

📋 copy color: '#CB86CC'

red 203 ◦ green 134 ◦ blue 204

#CB86CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #CB86CC

Tints of Lilac #CB86CC

RGB

 RED value IS 203 (79.69% from 255) = 37.52%

 GREEN value IS 134 (52.73% from 255) = 24.77%

 BLUE value IS 204 (80.08% from 255) = 37.71%

R = 37.52%
G = 24.77%
B = 37.71%

CMYK

 C value IS 0.00

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB86CC (or 0xCB86CC) is known color: Lilac. HEX triplet: CB, 86 and CC. RGB value is (203,134,204). Sum of RGB (Red+Green+Blue) = 203+134+204=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 134 (52.73% from 255 or 24.77% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB86CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB86CC is #347933. Grayscale: #A2A2A2. Windows color (decimal): -3438900 or 13403851. OLE color: 13403851.

HSL color Cylindrical-coordinate representation of color #CB86CC: hue angle of 299.14º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB86CC is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 203 134 204 -
CMYK 0.00 0.34 0 0.2
HSL 299.14º 0.41% 0.66% -
HSV(B) 299.14º 0.34% 0.8% -
XYZ 44.05 34.11 61.39 -
YUV 162.61 151.36 156.81 -
System Red Green Blue C M Y K H S L
Decimal 203 134 204 0.00 0.34 0 0.2 299.14 0.41 0.66
Hex CB 86 CC 0 22 0 14 12B 29 42
Octal 313 206 314 0 42 0 24 453 51 102
Binary 11001011 10000110 11001100 0 100010 0 10100 100101011 101001 1000010

Color Harmonies of #CB86CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB86CC

Black with #CB86CC

Text Example


Text Example

White with #CB86CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB86CC; }

 p { color: rgb(203,134,204); }

 H1.HeaderClassName
 {
   color: #CB86CC;
 }
 .AnyTagClassName
 {
   color: #CB86CC;
 }
</style>

background-color css

<style>
 a { background-color: #CB86CC; }

 a { background-color: rgb(203,134,204); }

 div.DivClassName
 {
   background-color: #CB86CC;
 }
 .BgClassName
 {
   background-color: #CB86CC;
 }
</style>

border-color css

<style>
 span { border-color: #CB86CC; }

 span { border-color: rgb(203,134,204); }

 td.TdClassName
 {
   border-color: #CB86CC;
 }
 .TagClassName
 {
   border-color: #CB86CC;
 }
</style>