#C58BCD

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

Shades of Lilac #C58BCD

Tints of Lilac #C58BCD

Color information

#C58BCD (or 0xC58BCD) is unknown color: approx Lilac. HEX triplet: C5, 8B and CD. RGB value is (197,139,205). Sum of RGB (Red+Green+Blue) = 197+139+205=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 205 - color contains mainly: blue. Hex color #C58BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58BCD is #3A7432. Grayscale: #A3A3A3. Windows color (decimal): -3830835 or 13470661. OLE color: 13470661.

HSL color Cylindrical-coordinate representation of color #C58BCD: hue angle of 292.73º degrees, saturation: 0.4, 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 #C58BCD is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB197139205-
CMYK0.040.3200.20
HSL292.73º39.76%67.45%-
HSV(B)292.73º32.2%80.39%-
XYZ43.2834.7462.18-
YUV163.87151.22151.63-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.41%
GREEN value IS 139 (54.69% from 255) = 25.69%
BLUE value IS 205 (80.47% from 255) = 37.89%
R=36.41%
G=25.69%
B=37.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1971392050.040.3200.20292.7339.7667.45
HexC58BCD4200141252843
Octal30521331544002444550103
Binary1100010110001011110011011001000000101001001001011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58BCD; }

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

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

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

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

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

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

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

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