#C58EC1

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

Shades of Lilac #C58EC1

Tints of Lilac #C58EC1

Color information

#C58EC1 (or 0xC58EC1) is unknown color: approx Lilac. HEX triplet: C5, 8E and C1. RGB value is (197,142,193). Sum of RGB (Red+Green+Blue) = 197+142+193=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 142 (55.86% from 255 or 26.69% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 197 - color contains mainly: red. Hex color #C58EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58EC1 is #3A713E. Grayscale: #A4A4A4. Windows color (decimal): -3830079 or 12684997. OLE color: 12684997.

HSL color Cylindrical-coordinate representation of color #C58EC1: hue angle of 304.36º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C58EC1 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB197142193-
CMYK00.280.020.23
HSL304.36º32.16%66.47%-
HSV(B)304.36º27.92%77.25%-
XYZ42.3235.0754.99-
YUV164.26144.22151.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.03%
GREEN value IS 142 (55.86% from 255) = 26.69%
BLUE value IS 193 (75.78% from 255) = 36.28%
R=37.03%
G=26.69%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714219300.280.020.23304.3632.1666.47
HexC58EC101C2171302042
Octal30521630103422746040102
Binary11000101100011101100000101110010101111001100001000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58EC1; }

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

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

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

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

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

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

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

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