Html Css Color HEX #CC9BCC Lilac

📋 copy color: '#CC9BCC'

red 204 ◦ green 155 ◦ blue 204

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

Shades of Lilac #CC9BCC

Tints of Lilac #CC9BCC

RGB

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

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

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

R = 36.23%
G = 27.53%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC9BCC (or 0xCC9BCC) is known color: Lilac. HEX triplet: CC, 9B and CC. RGB value is (204,155,204). Sum of RGB (Red+Green+Blue) = 204+155+204=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 155 (60.94% from 255 or 27.53% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC9BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9BCC is #336433. Grayscale: #AFAFAF. Windows color (decimal): -3367988 or 13409228. OLE color: 13409228.

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

Color convert

RGB 204 155 204 -
CMYK 0 0.24 0 0.2
HSL 300º 0.32% 0.7% -
HSV(B) 300º 0.24% 0.8% -
XYZ 47.52 40.64 62.47 -
YUV 175.24 144.23 148.52 -
System Red Green Blue C M Y K H S L
Decimal 204 155 204 0 0.24 0 0.2 300 0.32 0.7
Hex CC 9B CC 0 18 0 14 12C 20 46
Octal 314 233 314 0 30 0 24 454 40 106
Binary 11001100 10011011 11001100 0 11000 0 10100 100101100 100000 1000110

Color Harmonies of #CC9BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9BCC

Black with #CC9BCC

Text Example


Text Example

White with #CC9BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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