#CD92CC

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

Shades of Lilac #CD92CC

Tints of Lilac #CD92CC

Color information

#CD92CC (or 0xCD92CC) is unknown color: approx Lilac. HEX triplet: CD, 92 and CC. RGB value is (205,146,204). Sum of RGB (Red+Green+Blue) = 205+146+204=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 146 (57.42% from 255 or 26.31% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 205 - color contains mainly: red. Hex color #CD92CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD92CC is #326D33. Grayscale: #AAAAAA. Windows color (decimal): -3304756 or 13406925. OLE color: 13406925.

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

Color convert

RGB205146204-
CMYK00.290.000.20
HSL301.02º37.11%68.82%-
HSV(B)301.02º28.78%80.39%-
XYZ46.3537.962-
YUV170.25147.05152.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.94%
GREEN value IS 146 (57.42% from 255) = 26.31%
BLUE value IS 204 (80.08% from 255) = 36.76%
R=36.94%
G=26.31%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514620400.290.000.20301.0237.1168.82
HexCD92CC01D01412d2545
Octal31522231403502445545105
Binary1100110110010010110011000111010101001001011011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD92CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD92CC; }

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

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

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

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

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

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

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

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