#C58FBD

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

Shades of Lilac #C58FBD

Tints of Lilac #C58FBD

Color information

#C58FBD (or 0xC58FBD) is unknown color: approx Lilac. HEX triplet: C5, 8F and BD. RGB value is (197,143,189). Sum of RGB (Red+Green+Blue) = 197+143+189=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 197 - color contains mainly: red. Hex color #C58FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58FBD is #3A7042. Grayscale: #A4A4A4. Windows color (decimal): -3829827 or 12423109. OLE color: 12423109.

HSL color Cylindrical-coordinate representation of color #C58FBD: hue angle of 308.89º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C58FBD is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB197143189-
CMYK00.270.040.23
HSL308.89º31.76%66.67%-
HSV(B)308.89º27.41%77.25%-
XYZ42.0335.1952.72-
YUV164.39141.89151.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.24%
GREEN value IS 143 (56.25% from 255) = 27.03%
BLUE value IS 189 (74.22% from 255) = 35.73%
R=37.24%
G=27.03%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714318900.270.040.23308.8931.7666.67
HexC58FBD01B4171352043
Octal30521727503342746540103
Binary110001011000111110111101011011100101111001101011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58FBD; }

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

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

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

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

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

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

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

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