#C58DCA

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

Shades of Lilac #C58DCA

Tints of Lilac #C58DCA

Color information

#C58DCA (or 0xC58DCA) is unknown color: approx Lilac. HEX triplet: C5, 8D and CA. RGB value is (197,141,202). Sum of RGB (Red+Green+Blue) = 197+141+202=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 202 - color contains mainly: blue. Hex color #C58DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58DCA is #3A7235. Grayscale: #A4A4A4. Windows color (decimal): -3830326 or 13274565. OLE color: 13274565.

HSL color Cylindrical-coordinate representation of color #C58DCA: hue angle of 295.08º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C58DCA is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB197141202-
CMYK0.020.3000.21
HSL295.08º36.53%67.25%-
HSV(B)295.08º30.2%79.22%-
XYZ43.2135.1860.39-
YUV164.7149.05151.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.48%
GREEN value IS 141 (55.47% from 255) = 26.11%
BLUE value IS 202 (79.30% from 255) = 37.41%
R=36.48%
G=26.11%
B=37.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1971412020.020.3000.21295.0836.5367.25
HexC58DCA21E0151272543
Octal30521531223602544745103
Binary11000101100011011100101010111100101011001001111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58DCA; }

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

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

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

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

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

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

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

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