Html Css Color HEX #CE95CE Lilac

📋 copy color: '#CE95CE'

red 206 ◦ green 149 ◦ blue 206

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

Shades of Lilac #CE95CE

Tints of Lilac #CE95CE

RGB

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

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

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

R = 36.72%
G = 26.56%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE95CE (or 0xCE95CE) is known color: Lilac. HEX triplet: CE, 95 and CE. RGB value is (206,149,206). Sum of RGB (Red+Green+Blue) = 206+149+206=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE95CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE95CE is #316A31. Grayscale: #ACACAC. Windows color (decimal): -3238450 or 13538766. OLE color: 13538766.

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

Color convert

RGB 206 149 206 -
CMYK 0 0.28 0 0.19
HSL 300º 0.37% 0.7% -
HSV(B) 300º 0.28% 0.81% -
XYZ 47.34 39.07 63.44 -
YUV 172.54 146.88 151.87 -
System Red Green Blue C M Y K H S L
Decimal 206 149 206 0 0.28 0 0.19 300 0.37 0.7
Hex CE 95 CE 0 1C 0 13 12C 25 46
Octal 316 225 316 0 34 0 23 454 45 106
Binary 11001110 10010101 11001110 0 11100 0 10011 100101100 100101 1000110

Color Harmonies of #CE95CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE95CE

Black with #CE95CE

Text Example


Text Example

White with #CE95CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE95CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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