#C58ECA

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

Shades of Lilac #C58ECA

Tints of Lilac #C58ECA

Color information

#C58ECA (or 0xC58ECA) is unknown color: approx Lilac. HEX triplet: C5, 8E and CA. RGB value is (197,142,202). Sum of RGB (Red+Green+Blue) = 197+142+202=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #C58ECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58ECA is #3A7135. Grayscale: #A5A5A5. Windows color (decimal): -3830070 or 13274821. OLE color: 13274821.

HSL color Cylindrical-coordinate representation of color #C58ECA: hue angle of 295º degrees, saturation: 0.36, 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 #C58ECA is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB197142202-
CMYK0.020.3000.21
HSL295º36.14%67.45%-
HSV(B)295º29.7%79.22%-
XYZ43.3635.4860.44-
YUV165.28148.72150.62-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.41%
GREEN value IS 142 (55.86% from 255) = 26.25%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=36.41%
G=26.25%
B=37.34%

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
Decimal1971422020.020.3000.2129536.1467.45
HexC58ECA21E0151272443
Octal30521631223602544744103
Binary11000101100011101100101010111100101011001001111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58ECA; }

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

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

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

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

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

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

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

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