Html Css Color HEX #CB9BCC Lilac

📋 copy color: '#CB9BCC'

red 203 ◦ green 155 ◦ blue 204

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

Shades of Lilac #CB9BCC

Tints of Lilac #CB9BCC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.58%

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

R = 36.12%
G = 27.58%
B = 36.3%

CMYK

 C value IS 0.00

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CB9BCC (or 0xCB9BCC) is known color: Lilac. HEX triplet: CB, 9B and CC. RGB value is (203,155,204). Sum of RGB (Red+Green+Blue) = 203+155+204=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB9BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9BCC is #346433. Grayscale: #AEAEAE. Windows color (decimal): -3433524 or 13409227. OLE color: 13409227.

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

Color convert

RGB 203 155 204 -
CMYK 0.00 0.24 0 0.2
HSL 298.78º 0.32% 0.7% -
HSV(B) 298.78º 0.24% 0.8% -
XYZ 47.25 40.5 62.45 -
YUV 174.94 144.4 148.02 -
System Red Green Blue C M Y K H S L
Decimal 203 155 204 0.00 0.24 0 0.2 298.78 0.32 0.7
Hex CB 9B CC 0 18 0 14 12B 20 46
Octal 313 233 314 0 30 0 24 453 40 106
Binary 11001011 10011011 11001100 0 11000 0 10100 100101011 100000 1000110

Color Harmonies of #CB9BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9BCC

Black with #CB9BCC

Text Example


Text Example

White with #CB9BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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