Html Css Color HEX #CE96CF Lilac

📋 copy color: '#CE96CF'

red 206 ◦ green 150 ◦ blue 207

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

Shades of Lilac #CE96CF

Tints of Lilac #CE96CF

RGB

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

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

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

R = 36.59%
G = 26.64%
B = 36.77%

CMYK

 C value IS 0.00

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE96CF (or 0xCE96CF) is known color: Lilac. HEX triplet: CE, 96 and CF. RGB value is (206,150,207). Sum of RGB (Red+Green+Blue) = 206+150+207=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE96CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE96CF is #316930. Grayscale: #ADADAD. Windows color (decimal): -3238193 or 13604558. OLE color: 13604558.

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

Color convert

RGB 206 150 207 -
CMYK 0.00 0.28 0 0.19
HSL 298.95º 0.37% 0.7% -
HSV(B) 298.95º 0.28% 0.81% -
XYZ 47.62 39.44 64.13 -
YUV 173.24 147.05 151.37 -
System Red Green Blue C M Y K H S L
Decimal 206 150 207 0.00 0.28 0 0.19 298.95 0.37 0.7
Hex CE 96 CF 0 1C 0 13 12B 25 46
Octal 316 226 317 0 34 0 23 453 45 106
Binary 11001110 10010110 11001111 0 11100 0 10011 100101011 100101 1000110

Color Harmonies of #CE96CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE96CF

Black with #CE96CF

Text Example


Text Example

White with #CE96CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE96CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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