#C58BC4

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

Shades of Lilac #C58BC4

Tints of Lilac #C58BC4

Color information

#C58BC4 (or 0xC58BC4) is unknown color: approx Lilac. HEX triplet: C5, 8B and C4. RGB value is (197,139,196). Sum of RGB (Red+Green+Blue) = 197+139+196=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 139 (54.69% from 255 or 26.13% from 532); Blue value is 196 (76.95% from 255 or 36.84% from 532); Max value from RGB is 197 - color contains mainly: red. Hex color #C58BC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58BC4 is #3A743B. Grayscale: #A2A2A2. Windows color (decimal): -3830844 or 12880837. OLE color: 12880837.

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

Color convert

RGB197139196-
CMYK00.290.010.23
HSL301.03º33.33%65.88%-
HSV(B)301.03º29.44%77.25%-
XYZ42.2234.3256.62-
YUV162.84146.72152.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.03%
GREEN value IS 139 (54.69% from 255) = 26.13%
BLUE value IS 196 (76.95% from 255) = 36.84%
R=37.03%
G=26.13%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713919600.290.010.23301.0333.3365.88
HexC58BC401D11712d2142
Octal30521330403512745541102
Binary1100010110001011110001000111011101111001011011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58BC4; }

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

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

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

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

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

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

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

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