Html Css Color HEX #CE8ED5 Lilac

📋 copy color: '#CE8ED5'

red 206 ◦ green 142 ◦ blue 213

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

Shades of Lilac #CE8ED5

Tints of Lilac #CE8ED5

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.31%

 BLUE value IS 213 (83.59% from 255) = 37.97%

R = 36.72%
G = 25.31%
B = 37.97%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE8ED5 (or 0xCE8ED5) is known color: Lilac. HEX triplet: CE, 8E and D5. RGB value is (206,142,213). Sum of RGB (Red+Green+Blue) = 206+142+213=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 142 (55.86% from 255 or 25.31% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE8ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8ED5 is #31712A. Grayscale: #A9A9A9. Windows color (decimal): -3240235 or 13995726. OLE color: 13995726.

HSL color Cylindrical-coordinate representation of color #CE8ED5: hue angle of 294.08º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE8ED5 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 142 213 -
CMYK 0.03 0.33 0 0.16
HSL 294.08º 0.46% 0.7% -
HSV(B) 294.08º 0.33% 0.84% -
XYZ 47.14 37.27 67.66 -
YUV 169.23 152.7 154.23 -
System Red Green Blue C M Y K H S L
Decimal 206 142 213 0.03 0.33 0 0.16 294.08 0.46 0.7
Hex CE 8E D5 3 21 0 10 126 2E 46
Octal 316 216 325 3 41 0 20 446 56 106
Binary 11001110 10001110 11010101 11 100001 0 10000 100100110 101110 1000110

Color Harmonies of #CE8ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8ED5

Black with #CE8ED5

Text Example


Text Example

White with #CE8ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8ED5; }

 p { color: rgb(206,142,213); }

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

background-color css

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

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

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

border-color css

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

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

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