#C58BCC

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

Shades of Lilac #C58BCC

Tints of Lilac #C58BCC

Color information

#C58BCC (or 0xC58BCC) is unknown color: approx Lilac. HEX triplet: C5, 8B and CC. RGB value is (197,139,204). Sum of RGB (Red+Green+Blue) = 197+139+204=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 139 (54.69% from 255 or 25.74% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #C58BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58BCC is #3A7433. Grayscale: #A3A3A3. Windows color (decimal): -3830836 or 13405125. OLE color: 13405125.

HSL color Cylindrical-coordinate representation of color #C58BCC: hue angle of 293.54º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C58BCC is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB197139204-
CMYK0.030.3200.2
HSL293.54º38.92%67.25%-
HSV(B)293.54º31.86%80%-
XYZ43.1634.761.55-
YUV163.75150.72151.71-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.48%
GREEN value IS 139 (54.69% from 255) = 25.74%
BLUE value IS 204 (80.08% from 255) = 37.78%
R=36.48%
G=25.74%
B=37.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1971392040.030.3200.2293.5438.9267.25
HexC58BCC3200141262743
Octal30521331434002444647103
Binary110001011000101111001100111000000101001001001101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58BCC; }

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

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

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

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

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

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

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

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