#C58CBC

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

Shades of Lilac #C58CBC

Tints of Lilac #C58CBC

Color information

#C58CBC (or 0xC58CBC) is unknown color: approx Lilac. HEX triplet: C5, 8C and BC. RGB value is (197,140,188). Sum of RGB (Red+Green+Blue) = 197+140+188=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 197 - color contains mainly: red. Hex color #C58CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58CBC is #3A7343. Grayscale: #A2A2A2. Windows color (decimal): -3830596 or 12356805. OLE color: 12356805.

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

Color convert

RGB197140188-
CMYK00.290.050.23
HSL309.47º32.95%66.08%-
HSV(B)309.47º28.93%77.25%-
XYZ41.4834.2652-
YUV162.51142.38152.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.52%
GREEN value IS 140 (55.08% from 255) = 26.67%
BLUE value IS 188 (73.83% from 255) = 35.81%
R=37.52%
G=26.67%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714018800.290.050.23309.4732.9566.08
HexC58CBC01D5171352142
Octal30521427403552746541102
Binary110001011000110010111100011101101101111001101011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58CBC; }

 p { color: rgb(197,140,188); }

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

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

 a { background-color: rgb(197,140,188); }

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

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

 span { border-color: rgb(197,140,188); }

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