#C58ABC

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

Shades of Lilac #C58ABC

Tints of Lilac #C58ABC

Color information

#C58ABC (or 0xC58ABC) is unknown color: approx Lilac. HEX triplet: C5, 8A and BC. RGB value is (197,138,188). Sum of RGB (Red+Green+Blue) = 197+138+188=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 197 - color contains mainly: red. Hex color #C58ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58ABC is #3A7543. Grayscale: #A1A1A1. Windows color (decimal): -3831108 or 12356293. OLE color: 12356293.

HSL color Cylindrical-coordinate representation of color #C58ABC: hue angle of 309.15º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C58ABC is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB197138188-
CMYK00.300.050.23
HSL309.15º33.71%65.69%-
HSV(B)309.15º29.95%77.25%-
XYZ41.1933.6851.91-
YUV161.34143.05153.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.67%
GREEN value IS 138 (54.30% from 255) = 26.39%
BLUE value IS 188 (73.83% from 255) = 35.95%
R=37.67%
G=26.39%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713818800.300.050.23309.1533.7165.69
HexC58ABC01E5171352242
Octal30521227403652746542102
Binary110001011000101010111100011110101101111001101011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58ABC; }

 p { color: rgb(197,138,188); }

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

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

 a { background-color: rgb(197,138,188); }

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

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

 span { border-color: rgb(197,138,188); }

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