#C58EC6

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

Shades of Lilac #C58EC6

Tints of Lilac #C58EC6

Color information

#C58EC6 (or 0xC58EC6) is unknown color: approx Lilac. HEX triplet: C5, 8E and C6. RGB value is (197,142,198). Sum of RGB (Red+Green+Blue) = 197+142+198=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 198 (77.73% from 255 or 36.87% from 537); Max value from RGB is 198 - color contains mainly: blue. Hex color #C58EC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58EC6 is #3A7139. Grayscale: #A4A4A4. Windows color (decimal): -3830074 or 13012677. OLE color: 13012677.

HSL color Cylindrical-coordinate representation of color #C58EC6: hue angle of 298.93º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C58EC6 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB197142198-
CMYK0.010.2800.22
HSL298.93º32.94%66.67%-
HSV(B)298.93º28.28%77.65%-
XYZ42.8935.2957.98-
YUV164.83146.72150.95-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.69%
GREEN value IS 142 (55.86% from 255) = 26.44%
BLUE value IS 198 (77.73% from 255) = 36.87%
R=36.69%
G=26.44%
B=36.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1971421980.010.2800.22298.9332.9466.67
HexC58EC611C01612b2143
Octal30521630613402645341103
Binary1100010110001110110001101111000101101001010111000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58EC6; }

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

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

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

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

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

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

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

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