#C58BBD

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

Shades of Lilac #C58BBD

Tints of Lilac #C58BBD

Color information

#C58BBD (or 0xC58BBD) is unknown color: approx Lilac. HEX triplet: C5, 8B and BD. RGB value is (197,139,189). Sum of RGB (Red+Green+Blue) = 197+139+189=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 197 - color contains mainly: red. Hex color #C58BBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58BBD is #3A7442. Grayscale: #A1A1A1. Windows color (decimal): -3830851 or 12422085. OLE color: 12422085.

HSL color Cylindrical-coordinate representation of color #C58BBD: hue angle of 308.28º 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 #C58BBD is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB197139189-
CMYK00.290.040.23
HSL308.28º33.33%65.88%-
HSV(B)308.28º29.44%77.25%-
XYZ41.4434.0152.52-
YUV162.04143.22152.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.52%
GREEN value IS 139 (54.69% from 255) = 26.48%
BLUE value IS 189 (74.22% from 255) = 36%
R=37.52%
G=26.48%
B=36%

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
Decimal19713918900.290.040.23308.2833.3365.88
HexC58BBD01D4171342142
Octal30521327503542746441102
Binary110001011000101110111101011101100101111001101001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58BBD; }

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

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

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

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

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

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

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

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