#C58FCC

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

Shades of Lilac #C58FCC

Tints of Lilac #C58FCC

Color information

#C58FCC (or 0xC58FCC) is unknown color: approx Lilac. HEX triplet: C5, 8F and CC. RGB value is (197,143,204). Sum of RGB (Red+Green+Blue) = 197+143+204=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #C58FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58FCC is #3A7033. Grayscale: #A5A5A5. Windows color (decimal): -3829812 or 13406149. OLE color: 13406149.

HSL color Cylindrical-coordinate representation of color #C58FCC: hue angle of 293.11º 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 #C58FCC is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB197143204-
CMYK0.030.3000.2
HSL293.11º37.42%68.04%-
HSV(B)293.11º29.9%80%-
XYZ43.7535.8761.75-
YUV166.1149.39150.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.21%
GREEN value IS 143 (56.25% from 255) = 26.29%
BLUE value IS 204 (80.08% from 255) = 37.5%
R=36.21%
G=26.29%
B=37.5%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1971432040.030.3000.2293.1137.4268.04
HexC58FCC31E0141252544
Octal30521731433602444545104
Binary11000101100011111100110011111100101001001001011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58FCC; }

 p { color: rgb(197,143,204); }

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

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

 a { background-color: rgb(197,143,204); }

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

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

 span { border-color: rgb(197,143,204); }

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