#CD92C5

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

Shades of Lilac #CD92C5

Tints of Lilac #CD92C5

Color information

#CD92C5 (or 0xCD92C5) is unknown color: approx Lilac. HEX triplet: CD, 92 and C5. RGB value is (205,146,197). Sum of RGB (Red+Green+Blue) = 205+146+197=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 146 (57.42% from 255 or 26.64% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 205 - color contains mainly: red. Hex color #CD92C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD92C5 is #326D3A. Grayscale: #A9A9A9. Windows color (decimal): -3304763 or 12948173. OLE color: 12948173.

HSL color Cylindrical-coordinate representation of color #CD92C5: hue angle of 308.14º 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 #CD92C5 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB205146197-
CMYK00.290.040.20
HSL308.14º37.11%68.82%-
HSV(B)308.14º28.78%80.39%-
XYZ45.5337.5757.67-
YUV169.46143.55153.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.41%
GREEN value IS 146 (57.42% from 255) = 26.64%
BLUE value IS 197 (77.34% from 255) = 35.95%
R=37.41%
G=26.64%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514619700.290.040.20308.1437.1168.82
HexCD92C501D4141342545
Octal31522230503542446445105
Binary110011011001001011000101011101100101001001101001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD92C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD92C5; }

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

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

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

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

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

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

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

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