Html Css Color HEX #CC95CF Lilac

📋 copy color: '#CC95CF'

red 204 ◦ green 149 ◦ blue 207

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

Shades of Lilac #CC95CF

Tints of Lilac #CC95CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.96%

R = 36.43%
G = 26.61%
B = 36.96%

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

#CC95CF (or 0xCC95CF) is known color: Lilac. HEX triplet: CC, 95 and CF. RGB value is (204,149,207). Sum of RGB (Red+Green+Blue) = 204+149+207=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC95CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC95CF is #336A30. Grayscale: #ABABAB. Windows color (decimal): -3369521 or 13604300. OLE color: 13604300.

HSL color Cylindrical-coordinate representation of color #CC95CF: hue angle of 296.9º degrees, saturation: 0.38, 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 #CC95CF is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 149 207 -
CMYK 0.01 0.28 0 0.19
HSL 296.9º 0.38% 0.7% -
HSV(B) 296.9º 0.28% 0.81% -
XYZ 46.91 38.84 64.06 -
YUV 172.06 147.72 150.78 -
System Red Green Blue C M Y K H S L
Decimal 204 149 207 0.01 0.28 0 0.19 296.9 0.38 0.7
Hex CC 95 CF 1 1C 0 13 129 26 46
Octal 314 225 317 1 34 0 23 451 46 106
Binary 11001100 10010101 11001111 1 11100 0 10011 100101001 100110 1000110

Color Harmonies of #CC95CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC95CF

Black with #CC95CF

Text Example


Text Example

White with #CC95CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC95CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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