#C58FC6

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

Shades of Lilac #C58FC6

Tints of Lilac #C58FC6

Color information

#C58FC6 (or 0xC58FC6) is unknown color: approx Lilac. HEX triplet: C5, 8F and C6. RGB value is (197,143,198). Sum of RGB (Red+Green+Blue) = 197+143+198=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 198 - color contains mainly: blue. Hex color #C58FC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58FC6 is #3A7039. Grayscale: #A5A5A5. Windows color (decimal): -3829818 or 13012933. OLE color: 13012933.

HSL color Cylindrical-coordinate representation of color #C58FC6: hue angle of 298.91º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C58FC6 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB197143198-
CMYK0.010.2800.22
HSL298.91º32.54%66.86%-
HSV(B)298.91º27.78%77.65%-
XYZ43.0435.5958.03-
YUV165.42146.39150.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.62%
GREEN value IS 143 (56.25% from 255) = 26.58%
BLUE value IS 198 (77.73% from 255) = 36.80%
R=36.62%
G=26.58%
B=36.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1971431980.010.2800.22298.9132.5466.86
HexC58FC611C01612b2143
Octal30521730613402645341103
Binary1100010110001111110001101111000101101001010111000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58FC6; }

 p { color: rgb(197,143,198); }

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

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

 a { background-color: rgb(197,143,198); }

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

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

 span { border-color: rgb(197,143,198); }

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