#C58ACF

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

Shades of Lilac #C58ACF

Tints of Lilac #C58ACF

Color information

#C58ACF (or 0xC58ACF) is unknown color: approx Lilac. HEX triplet: C5, 8A and CF. RGB value is (197,138,207). Sum of RGB (Red+Green+Blue) = 197+138+207=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 207 - color contains mainly: blue. Hex color #C58ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58ACF is #3A7530. Grayscale: #A3A3A3. Windows color (decimal): -3831089 or 13601477. OLE color: 13601477.

HSL color Cylindrical-coordinate representation of color #C58ACF: hue angle of 291.3º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C58ACF is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB197138207-
CMYK0.050.3300.19
HSL291.3º41.82%67.65%-
HSV(B)291.3º33.33%81.18%-
XYZ43.3834.5563.41-
YUV163.51152.55151.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.35%
GREEN value IS 138 (54.30% from 255) = 25.46%
BLUE value IS 207 (81.25% from 255) = 38.19%
R=36.35%
G=25.46%
B=38.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1971382070.050.3300.19291.341.8267.65
HexC58ACF5210131232a44
Octal30521231754102344352104
Binary1100010110001010110011111011000010100111001000111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58ACF; }

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

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

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

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

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

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

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

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