#C58FCE

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

Shades of Lilac #C58FCE

Tints of Lilac #C58FCE

Color information

#C58FCE (or 0xC58FCE) is unknown color: approx Lilac. HEX triplet: C5, 8F and CE. RGB value is (197,143,206). Sum of RGB (Red+Green+Blue) = 197+143+206=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #C58FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58FCE is #3A7031. Grayscale: #A6A6A6. Windows color (decimal): -3829810 or 13537221. OLE color: 13537221.

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

Color convert

RGB197143206-
CMYK0.040.3100.19
HSL291.43º39.13%68.43%-
HSV(B)291.43º30.58%80.78%-
XYZ43.9935.9763.02-
YUV166.33150.39149.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.08%
GREEN value IS 143 (56.25% from 255) = 26.19%
BLUE value IS 206 (80.86% from 255) = 37.73%
R=36.08%
G=26.19%
B=37.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1971432060.040.3100.19291.4339.1368.43
HexC58FCE41F0131232744
Octal30521731643702344347104
Binary110001011000111111001110100111110100111001000111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58FCE; }

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

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

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

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

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

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

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

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