#C58BCA

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

Shades of Lilac #C58BCA

Tints of Lilac #C58BCA

Color information

#C58BCA (or 0xC58BCA) is unknown color: approx Lilac. HEX triplet: C5, 8B and CA. RGB value is (197,139,202). Sum of RGB (Red+Green+Blue) = 197+139+202=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #C58BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58BCA is #3A7435. Grayscale: #A3A3A3. Windows color (decimal): -3830838 or 13274053. OLE color: 13274053.

HSL color Cylindrical-coordinate representation of color #C58BCA: hue angle of 295.24º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C58BCA is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB197139202-
CMYK0.020.3100.21
HSL295.24º37.28%66.86%-
HSV(B)295.24º31.19%79.22%-
XYZ42.9234.660.29-
YUV163.52149.72151.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.62%
GREEN value IS 139 (54.69% from 255) = 25.84%
BLUE value IS 202 (79.30% from 255) = 37.55%
R=36.62%
G=25.84%
B=37.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1971392020.020.3100.21295.2437.2866.86
HexC58BCA21F0151272543
Octal30521331223702544745103
Binary11000101100010111100101010111110101011001001111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58BCA; }

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

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

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

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

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

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

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

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