#C58DBC

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

Shades of Lilac #C58DBC

Tints of Lilac #C58DBC

Color information

#C58DBC (or 0xC58DBC) is unknown color: approx Lilac. HEX triplet: C5, 8D and BC. RGB value is (197,141,188). Sum of RGB (Red+Green+Blue) = 197+141+188=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 197 - color contains mainly: red. Hex color #C58DBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58DBC is #3A7243. Grayscale: #A2A2A2. Windows color (decimal): -3830340 or 12357061. OLE color: 12357061.

HSL color Cylindrical-coordinate representation of color #C58DBC: hue angle of 309.64º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C58DBC is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB197141188-
CMYK00.280.050.23
HSL309.64º32.56%66.27%-
HSV(B)309.64º28.43%77.25%-
XYZ41.6334.5552.05-
YUV163.1142.05152.18-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.45%
GREEN value IS 141 (55.47% from 255) = 26.81%
BLUE value IS 188 (73.83% from 255) = 35.74%
R=37.45%
G=26.81%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714118800.280.050.23309.6432.5666.27
HexC58DBC01C5171362142
Octal30521527403452746641102
Binary110001011000110110111100011100101101111001101101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58DBC; }

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

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

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

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

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

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

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

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