#CD92CE

Color #CD92CE Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #CD92CE

Tints of Lilac #CD92CE

Color information

#CD92CE (or 0xCD92CE) is unknown color: approx Lilac. HEX triplet: CD, 92 and CE. RGB value is (205,146,206). Sum of RGB (Red+Green+Blue) = 205+146+206=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 146 (57.42% from 255 or 26.21% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD92CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD92CE is #326D31. Grayscale: #AAAAAA. Windows color (decimal): -3304754 or 13537997. OLE color: 13537997.

HSL color Cylindrical-coordinate representation of color #CD92CE: hue angle of 299º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CD92CE is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB205146206-
CMYK0.000.2900.19
HSL299º37.97%69.02%-
HSV(B)299º29.13%80.78%-
XYZ46.637.9963.27-
YUV170.48148.05152.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 146 (57.42% from 255) = 26.21%
BLUE value IS 206 (80.86% from 255) = 36.98%
R=36.80%
G=26.21%
B=36.98%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051462060.000.2900.1929937.9769.02
HexCD92CE01D01312b2645
Octal31522231603502345346105
Binary1100110110010010110011100111010100111001010111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD92CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD92CE; }

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

 H1.HeaderClassName
 {
   color: #CD92CE;
 }
 .AnyTagClassName
 {
   color: #CD92CE;
 }
</style>
background-color css

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

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

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

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

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

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