#C58CBD

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

Shades of Lilac #C58CBD

Tints of Lilac #C58CBD

Color information

#C58CBD (or 0xC58CBD) is unknown color: approx Lilac. HEX triplet: C5, 8C and BD. RGB value is (197,140,189). Sum of RGB (Red+Green+Blue) = 197+140+189=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 140 (55.08% from 255 or 26.62% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 197 - color contains mainly: red. Hex color #C58CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58CBD is #3A7342. Grayscale: #A2A2A2. Windows color (decimal): -3830595 or 12422341. OLE color: 12422341.

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

Color convert

RGB197140189-
CMYK00.290.040.23
HSL308.42º32.95%66.08%-
HSV(B)308.42º28.93%77.25%-
XYZ41.5934.352.57-
YUV162.63142.88152.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.45%
GREEN value IS 140 (55.08% from 255) = 26.62%
BLUE value IS 189 (74.22% from 255) = 35.93%
R=37.45%
G=26.62%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714018900.290.040.23308.4232.9566.08
HexC58CBD01D4171342142
Octal30521427503542746441102
Binary110001011000110010111101011101100101111001101001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58CBD; }

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

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

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

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

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

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

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

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