Html Css Color HEX #CE95CF Lilac

📋 copy color: '#CE95CF'

red 206 ◦ green 149 ◦ blue 207

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

Shades of Lilac #CE95CF

Tints of Lilac #CE95CF

RGB

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

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

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

R = 36.65%
G = 26.51%
B = 36.83%

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

#CE95CF (or 0xCE95CF) is known color: Lilac. HEX triplet: CE, 95 and CF. RGB value is (206,149,207). Sum of RGB (Red+Green+Blue) = 206+149+207=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE95CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE95CF is #316A30. Grayscale: #ACACAC. Windows color (decimal): -3238449 or 13604302. OLE color: 13604302.

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

Color convert

RGB 206 149 207 -
CMYK 0.00 0.28 0 0.19
HSL 298.97º 0.38% 0.7% -
HSV(B) 298.97º 0.28% 0.81% -
XYZ 47.46 39.12 64.08 -
YUV 172.66 147.38 151.78 -
System Red Green Blue C M Y K H S L
Decimal 206 149 207 0.00 0.28 0 0.19 298.97 0.38 0.7
Hex CE 95 CF 0 1C 0 13 12B 26 46
Octal 316 225 317 0 34 0 23 453 46 106
Binary 11001110 10010101 11001111 0 11100 0 10011 100101011 100110 1000110

Color Harmonies of #CE95CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE95CF

Black with #CE95CF

Text Example


Text Example

White with #CE95CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE95CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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