#C58DCF

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

Shades of Lilac #C58DCF

Tints of Lilac #C58DCF

Color information

#C58DCF (or 0xC58DCF) is unknown color: approx Lilac. HEX triplet: C5, 8D and CF. RGB value is (197,141,207). Sum of RGB (Red+Green+Blue) = 197+141+207=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #C58DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58DCF is #3A7230. Grayscale: #A5A5A5. Windows color (decimal): -3830321 or 13602245. OLE color: 13602245.

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

Color convert

RGB197141207-
CMYK0.050.3200.19
HSL290.91º40.74%68.24%-
HSV(B)290.91º31.88%81.18%-
XYZ43.8135.4363.56-
YUV165.27151.55150.63-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.15%
GREEN value IS 141 (55.47% from 255) = 25.87%
BLUE value IS 207 (81.25% from 255) = 37.98%
R=36.15%
G=25.87%
B=37.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1971412070.050.3200.19290.9140.7468.24
HexC58DCF5200131232944
Octal30521531754002344351104
Binary1100010110001101110011111011000000100111001000111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58DCF; }

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

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

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

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

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

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

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

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