Html Css Color HEX #CE92D0 Lilac

📋 copy color: '#CE92D0'

red 206 ◦ green 146 ◦ blue 208

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

Shades of Lilac #CE92D0

Tints of Lilac #CE92D0

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.07%

 BLUE value IS 208 (81.64% from 255) = 37.14%

R = 36.79%
G = 26.07%
B = 37.14%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CE92D0 (or 0xCE92D0) is known color: Lilac. HEX triplet: CE, 92 and D0. RGB value is (206,146,208). Sum of RGB (Red+Green+Blue) = 206+146+208=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE92D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE92D0 is #316D2F. Grayscale: #AAAAAA. Windows color (decimal): -3239216 or 13669070. OLE color: 13669070.

HSL color Cylindrical-coordinate representation of color #CE92D0: hue angle of 298.06º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE92D0 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 146 208 -
CMYK 0.01 0.30 0 0.18
HSL 298.06º 0.4% 0.69% -
HSV(B) 298.06º 0.3% 0.82% -
XYZ 47.12 38.23 64.57 -
YUV 171.01 148.88 152.96 -
System Red Green Blue C M Y K H S L
Decimal 206 146 208 0.01 0.30 0 0.18 298.06 0.4 0.69
Hex CE 92 D0 1 1E 0 12 12A 28 45
Octal 316 222 320 1 36 0 22 452 50 105
Binary 11001110 10010010 11010000 1 11110 0 10010 100101010 101000 1000101

Color Harmonies of #CE92D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE92D0

Black with #CE92D0

Text Example


Text Example

White with #CE92D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE92D0; }

 p { color: rgb(206,146,208); }

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

background-color css

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

 a { background-color: rgb(206,146,208); }

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

border-color css

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

 span { border-color: rgb(206,146,208); }

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