#C58FCA

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

Shades of Lilac #C58FCA

Tints of Lilac #C58FCA

Color information

#C58FCA (or 0xC58FCA) is unknown color: approx Lilac. HEX triplet: C5, 8F and CA. RGB value is (197,143,202). Sum of RGB (Red+Green+Blue) = 197+143+202=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 202 - color contains mainly: blue. Hex color #C58FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58FCA is #3A7035. Grayscale: #A5A5A5. Windows color (decimal): -3829814 or 13275077. OLE color: 13275077.

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

Color convert

RGB197143202-
CMYK0.020.2900.21
HSL294.92º35.76%67.65%-
HSV(B)294.92º29.21%79.22%-
XYZ43.5135.7860.49-
YUV165.87148.39150.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.35%
GREEN value IS 143 (56.25% from 255) = 26.38%
BLUE value IS 202 (79.30% from 255) = 37.27%
R=36.35%
G=26.38%
B=37.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1971432020.020.2900.21294.9235.7667.65
HexC58FCA21D0151272444
Octal30521731223502544744104
Binary11000101100011111100101010111010101011001001111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58FCA; }

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

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

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

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

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

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

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

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