#CD92D0

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

Shades of Lilac #CD92D0

Tints of Lilac #CD92D0

Color information

#CD92D0 (or 0xCD92D0) is unknown color: approx Lilac. HEX triplet: CD, 92 and D0. RGB value is (205,146,208). Sum of RGB (Red+Green+Blue) = 205+146+208=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 208 - color contains mainly: blue. Hex color #CD92D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD92D0 is #326D2F. Grayscale: #AAAAAA. Windows color (decimal): -3304752 or 13669069. OLE color: 13669069.

HSL color Cylindrical-coordinate representation of color #CD92D0: hue angle of 297.1º 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 #CD92D0 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB205146208-
CMYK0.010.3000.18
HSL297.1º39.74%69.41%-
HSV(B)297.1º29.81%81.57%-
XYZ46.8438.0964.56-
YUV170.71149.05152.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.67%
GREEN value IS 146 (57.42% from 255) = 26.12%
BLUE value IS 208 (81.64% from 255) = 37.21%
R=36.67%
G=26.12%
B=37.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051462080.010.3000.18297.139.7469.41
HexCD92D011E0121292845
Octal31522232013602245150105
Binary1100110110010010110100001111100100101001010011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD92D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD92D0; }

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

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

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

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

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

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

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

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