#C58ECB

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

Shades of Lilac #C58ECB

Tints of Lilac #C58ECB

Color information

#C58ECB (or 0xC58ECB) is unknown color: approx Lilac. HEX triplet: C5, 8E and CB. RGB value is (197,142,203). Sum of RGB (Red+Green+Blue) = 197+142+203=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 142 (55.86% from 255 or 26.20% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 203 - color contains mainly: blue. Hex color #C58ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58ECB is #3A7134. Grayscale: #A5A5A5. Windows color (decimal): -3830069 or 13340357. OLE color: 13340357.

HSL color Cylindrical-coordinate representation of color #C58ECB: hue angle of 294.1º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C58ECB is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB197142203-
CMYK0.030.3000.20
HSL294.1º36.97%67.65%-
HSV(B)294.1º30.05%79.61%-
XYZ43.4835.5361.07-
YUV165.4149.22150.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.35%
GREEN value IS 142 (55.86% from 255) = 26.20%
BLUE value IS 203 (79.69% from 255) = 37.45%
R=36.35%
G=26.20%
B=37.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1971422030.030.3000.20294.136.9767.65
HexC58ECB31E0141262544
Octal30521631333602444645104
Binary11000101100011101100101111111100101001001001101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58ECB; }

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

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

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

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

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

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

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

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