Html Css Color HEX #CE96CA Lilac

📋 copy color: '#CE96CA'

red 206 ◦ green 150 ◦ blue 202

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

Shades of Lilac #CE96CA

Tints of Lilac #CE96CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.2%

R = 36.92%
G = 26.88%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CE96CA (or 0xCE96CA) is known color: Lilac. HEX triplet: CE, 96 and CA. RGB value is (206,150,202). Sum of RGB (Red+Green+Blue) = 206+150+202=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 150 (58.98% from 255 or 26.88% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 206 - color contains mainly: red. Hex color #CE96CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE96CA is #316935. Grayscale: #ACACAC. Windows color (decimal): -3238198 or 13276878. OLE color: 13276878.

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

Color convert

RGB 206 150 202 -
CMYK 0 0.27 0.02 0.19
HSL 304.29º 0.36% 0.7% -
HSV(B) 304.29º 0.27% 0.81% -
XYZ 47.02 39.2 60.96 -
YUV 172.67 144.55 151.77 -
System Red Green Blue C M Y K H S L
Decimal 206 150 202 0 0.27 0.02 0.19 304.29 0.36 0.7
Hex CE 96 CA 0 1B 2 13 130 24 46
Octal 316 226 312 0 33 2 23 460 44 106
Binary 11001110 10010110 11001010 0 11011 10 10011 100110000 100100 1000110

Color Harmonies of #CE96CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE96CA

Black with #CE96CA

Text Example


Text Example

White with #CE96CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE96CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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