Html Css Color HEX #CE96C5 Lilac

📋 copy color: '#CE96C5'

red 206 ◦ green 150 ◦ blue 197

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

Shades of Lilac #CE96C5

Tints of Lilac #CE96C5

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.12%

 BLUE value IS 197 (77.34% from 255) = 35.62%

R = 37.25%
G = 27.12%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CE96C5 (or 0xCE96C5) is known color: Lilac. HEX triplet: CE, 96 and C5. RGB value is (206,150,197). Sum of RGB (Red+Green+Blue) = 206+150+197=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 197 (77.34% from 255 or 35.62% from 553); Max value from RGB is 206 - color contains mainly: red. Hex color #CE96C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE96C5 is #31693A. Grayscale: #ABABAB. Windows color (decimal): -3238203 or 12949198. OLE color: 12949198.

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

Color convert

RGB 206 150 197 -
CMYK 0 0.27 0.04 0.19
HSL 309.64º 0.36% 0.7% -
HSV(B) 309.64º 0.27% 0.81% -
XYZ 46.44 38.97 57.9 -
YUV 172.1 142.05 152.18 -
System Red Green Blue C M Y K H S L
Decimal 206 150 197 0 0.27 0.04 0.19 309.64 0.36 0.7
Hex CE 96 C5 0 1B 4 13 136 24 46
Octal 316 226 305 0 33 4 23 466 44 106
Binary 11001110 10010110 11000101 0 11011 100 10011 100110110 100100 1000110

Color Harmonies of #CE96C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE96C5

Black with #CE96C5

Text Example


Text Example

White with #CE96C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE96C5; }

 p { color: rgb(206,150,197); }

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

background-color css

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

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

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

border-color css

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

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

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