Html Css Color HEX #CE95CC Lilac

📋 copy color: '#CE95CC'

red 206 ◦ green 149 ◦ blue 204

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

Shades of Lilac #CE95CC

Tints of Lilac #CE95CC

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE95CC (or 0xCE95CC) is known color: Lilac. HEX triplet: CE, 95 and CC. RGB value is (206,149,204). Sum of RGB (Red+Green+Blue) = 206+149+204=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 206 - color contains mainly: red. Hex color #CE95CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE95CC is #316A33. Grayscale: #ACACAC. Windows color (decimal): -3238452 or 13407694. OLE color: 13407694.

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

Color convert

RGB 206 149 204 -
CMYK 0 0.28 0.01 0.19
HSL 302.11º 0.37% 0.7% -
HSV(B) 302.11º 0.28% 0.81% -
XYZ 47.1 38.98 62.17 -
YUV 172.31 145.88 152.03 -
System Red Green Blue C M Y K H S L
Decimal 206 149 204 0 0.28 0.01 0.19 302.11 0.37 0.7
Hex CE 95 CC 0 1C 1 13 12E 25 46
Octal 316 225 314 0 34 1 23 456 45 106
Binary 11001110 10010101 11001100 0 11100 1 10011 100101110 100101 1000110

Color Harmonies of #CE95CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE95CC

Black with #CE95CC

Text Example


Text Example

White with #CE95CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE95CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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