Html Css Color HEX #CC95CE Lilac

📋 copy color: '#CC95CE'

red 204 ◦ green 149 ◦ blue 206

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

Shades of Lilac #CC95CE

Tints of Lilac #CC95CE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.65%

 BLUE value IS 206 (80.86% from 255) = 36.85%

R = 36.49%
G = 26.65%
B = 36.85%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC95CE (or 0xCC95CE) is known color: Lilac. HEX triplet: CC, 95 and CE. RGB value is (204,149,206). Sum of RGB (Red+Green+Blue) = 204+149+206=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC95CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC95CE is #336A31. Grayscale: #ABABAB. Windows color (decimal): -3369522 or 13538764. OLE color: 13538764.

HSL color Cylindrical-coordinate representation of color #CC95CE: hue angle of 297.89º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CC95CE is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 149 206 -
CMYK 0.01 0.28 0 0.19
HSL 297.89º 0.37% 0.7% -
HSV(B) 297.89º 0.28% 0.81% -
XYZ 46.79 38.79 63.41 -
YUV 171.94 147.22 150.87 -
System Red Green Blue C M Y K H S L
Decimal 204 149 206 0.01 0.28 0 0.19 297.89 0.37 0.7
Hex CC 95 CE 1 1C 0 13 12A 25 46
Octal 314 225 316 1 34 0 23 452 45 106
Binary 11001100 10010101 11001110 1 11100 0 10011 100101010 100101 1000110

Color Harmonies of #CC95CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC95CE

Black with #CC95CE

Text Example


Text Example

White with #CC95CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC95CE; }

 p { color: rgb(204,149,206); }

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

background-color css

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

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

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

border-color css

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

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

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