#C58CCD

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

Shades of Lilac #C58CCD

Tints of Lilac #C58CCD

Color information

#C58CCD (or 0xC58CCD) is unknown color: approx Lilac. HEX triplet: C5, 8C and CD. RGB value is (197,140,205). Sum of RGB (Red+Green+Blue) = 197+140+205=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 140 (55.08% from 255 or 25.83% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 205 - color contains mainly: blue. Hex color #C58CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58CCD is #3A7332. Grayscale: #A4A4A4. Windows color (decimal): -3830579 or 13470917. OLE color: 13470917.

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

Color convert

RGB197140205-
CMYK0.040.3200.20
HSL292.62º39.39%67.65%-
HSV(B)292.62º31.71%80.39%-
XYZ43.4235.0362.23-
YUV164.45150.88151.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.35%
GREEN value IS 140 (55.08% from 255) = 25.83%
BLUE value IS 205 (80.47% from 255) = 37.82%
R=36.35%
G=25.83%
B=37.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1971402050.040.3200.20292.6239.3967.65
HexC58CCD4200141252744
Octal30521431544002444547104
Binary1100010110001100110011011001000000101001001001011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58CCD; }

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

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

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

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

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

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

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

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