Html Css Color HEX #CC9BCB Lilac

📋 copy color: '#CC9BCB'

red 204 ◦ green 155 ◦ blue 203

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

Shades of Lilac #CC9BCB

Tints of Lilac #CC9BCB

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #CC9BCB: hue angle of 301.22º 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 #CC9BCB is Cyan = 0, Magento = 0.24, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 155 203 -
CMYK 0 0.24 0.00 0.2
HSL 301.22º 0.32% 0.7% -
HSV(B) 301.22º 0.24% 0.8% -
XYZ 47.4 40.59 61.84 -
YUV 175.12 143.73 148.6 -
System Red Green Blue C M Y K H S L
Decimal 204 155 203 0 0.24 0.00 0.2 301.22 0.32 0.7
Hex CC 9B CB 0 18 0 14 12D 20 46
Octal 314 233 313 0 30 0 24 455 40 106
Binary 11001100 10011011 11001011 0 11000 0 10100 100101101 100000 1000110

Color Harmonies of #CC9BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9BCB

Black with #CC9BCB

Text Example


Text Example

White with #CC9BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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