#C58AC8

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

Shades of Lilac #C58AC8

Tints of Lilac #C58AC8

Color information

#C58AC8 (or 0xC58AC8) is unknown color: approx Lilac. HEX triplet: C5, 8A and C8. RGB value is (197,138,200). Sum of RGB (Red+Green+Blue) = 197+138+200=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 200 - color contains mainly: blue. Hex color #C58AC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58AC8 is #3A7537. Grayscale: #A2A2A2. Windows color (decimal): -3831096 or 13142725. OLE color: 13142725.

HSL color Cylindrical-coordinate representation of color #C58AC8: hue angle of 297.1º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C58AC8 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB197138200-
CMYK0.020.3100.22
HSL297.1º36.05%66.27%-
HSV(B)297.1º31%78.43%-
XYZ42.5434.2259.01-
YUV162.71149.05152.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.82%
GREEN value IS 138 (54.30% from 255) = 25.79%
BLUE value IS 200 (78.52% from 255) = 37.38%
R=36.82%
G=25.79%
B=37.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1971382000.020.3100.22297.136.0566.27
HexC58AC821F0161292442
Octal30521231023702645144102
Binary11000101100010101100100010111110101101001010011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58AC8; }

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

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

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

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

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

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

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

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