#C58CCA

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

Shades of Lilac #C58CCA

Tints of Lilac #C58CCA

Color information

#C58CCA (or 0xC58CCA) is unknown color: approx Lilac. HEX triplet: C5, 8C and CA. RGB value is (197,140,202). Sum of RGB (Red+Green+Blue) = 197+140+202=539 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.55% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 202 - color contains mainly: blue. Hex color #C58CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58CCA is #3A7335. Grayscale: #A3A3A3. Windows color (decimal): -3830582 or 13274309. OLE color: 13274309.

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

Color convert

RGB197140202-
CMYK0.020.3100.21
HSL295.16º36.9%67.06%-
HSV(B)295.16º30.69%79.22%-
XYZ43.0634.8960.34-
YUV164.11149.38151.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.55%
GREEN value IS 140 (55.08% from 255) = 25.97%
BLUE value IS 202 (79.30% from 255) = 37.48%
R=36.55%
G=25.97%
B=37.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1971402020.020.3100.21295.1636.967.06
HexC58CCA21F0151272543
Octal30521431223702544745103
Binary11000101100011001100101010111110101011001001111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58CCA; }

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

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

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

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

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

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

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

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