#C58ECD

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

Shades of Lilac #C58ECD

Tints of Lilac #C58ECD

Color information

#C58ECD (or 0xC58ECD) is unknown color: approx Lilac. HEX triplet: C5, 8E and CD. RGB value is (197,142,205). Sum of RGB (Red+Green+Blue) = 197+142+205=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 142 (55.86% from 255 or 26.10% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 205 - color contains mainly: blue. Hex color #C58ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58ECD is #3A7132. Grayscale: #A5A5A5. Windows color (decimal): -3830067 or 13471429. OLE color: 13471429.

HSL color Cylindrical-coordinate representation of color #C58ECD: hue angle of 292.38º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C58ECD is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB197142205-
CMYK0.040.3100.20
HSL292.38º38.65%68.04%-
HSV(B)292.38º30.73%80.39%-
XYZ43.7235.6262.33-
YUV165.63150.22150.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.21%
GREEN value IS 142 (55.86% from 255) = 26.10%
BLUE value IS 205 (80.47% from 255) = 37.68%
R=36.21%
G=26.10%
B=37.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1971422050.040.3100.20292.3838.6568.04
HexC58ECD41F0141242744
Octal30521631543702444447104
Binary110001011000111011001101100111110101001001001001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58ECD; }

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

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

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

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

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

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

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

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