Html Css Color HEX #CE92D5 Lilac

📋 copy color: '#CE92D5'

red 206 ◦ green 146 ◦ blue 213

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

Shades of Lilac #CE92D5

Tints of Lilac #CE92D5

RGB

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

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

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

R = 36.46%
G = 25.84%
B = 37.7%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE92D5 (or 0xCE92D5) is known color: Lilac. HEX triplet: CE, 92 and D5. RGB value is (206,146,213). Sum of RGB (Red+Green+Blue) = 206+146+213=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 146 (57.42% from 255 or 25.84% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE92D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE92D5 is #316D2A. Grayscale: #ABABAB. Windows color (decimal): -3239211 or 13996750. OLE color: 13996750.

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

Color convert

RGB 206 146 213 -
CMYK 0.03 0.31 0 0.16
HSL 293.73º 0.44% 0.7% -
HSV(B) 293.73º 0.31% 0.84% -
XYZ 47.74 38.48 67.86 -
YUV 171.58 151.38 152.55 -
System Red Green Blue C M Y K H S L
Decimal 206 146 213 0.03 0.31 0 0.16 293.73 0.44 0.7
Hex CE 92 D5 3 1F 0 10 126 2C 46
Octal 316 222 325 3 37 0 20 446 54 106
Binary 11001110 10010010 11010101 11 11111 0 10000 100100110 101100 1000110

Color Harmonies of #CE92D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE92D5

Black with #CE92D5

Text Example


Text Example

White with #CE92D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE92D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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