#C58DCC

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

Shades of Lilac #C58DCC

Tints of Lilac #C58DCC

Color information

#C58DCC (or 0xC58DCC) is unknown color: approx Lilac. HEX triplet: C5, 8D and CC. RGB value is (197,141,204). Sum of RGB (Red+Green+Blue) = 197+141+204=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 141 (55.47% from 255 or 26.01% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 204 - color contains mainly: blue. Hex color #C58DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58DCC is #3A7233. Grayscale: #A4A4A4. Windows color (decimal): -3830324 or 13405637. OLE color: 13405637.

HSL color Cylindrical-coordinate representation of color #C58DCC: hue angle of 293.33º degrees, saturation: 0.38, 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 #C58DCC is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB197141204-
CMYK0.030.3100.2
HSL293.33º38.18%67.65%-
HSV(B)293.33º30.88%80%-
XYZ43.4535.2861.65-
YUV164.93150.05150.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.35%
GREEN value IS 141 (55.47% from 255) = 26.01%
BLUE value IS 204 (80.08% from 255) = 37.64%
R=36.35%
G=26.01%
B=37.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1971412040.030.3100.2293.3338.1867.65
HexC58DCC31F0141252644
Octal30521531433702444546104
Binary11000101100011011100110011111110101001001001011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58DCC; }

 p { color: rgb(197,141,204); }

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

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

 a { background-color: rgb(197,141,204); }

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

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

 span { border-color: rgb(197,141,204); }

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