#C585BE

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

Shades of Lilac #C585BE

Tints of Lilac #C585BE

Color information

#C585BE (or 0xC585BE) is unknown color: approx Lilac. HEX triplet: C5, 85 and BE. RGB value is (197,133,190). Sum of RGB (Red+Green+Blue) = 197+133+190=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 133 (52.34% from 255 or 25.58% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 197 - color contains mainly: red. Hex color #C585BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C585BE is #3A7A41. Grayscale: #9E9E9E. Windows color (decimal): -3832386 or 12486085. OLE color: 12486085.

HSL color Cylindrical-coordinate representation of color #C585BE: hue angle of 306.56º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C585BE is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB197133190-
CMYK00.320.040.23
HSL306.56º35.56%64.71%-
HSV(B)306.56º32.49%77.25%-
XYZ40.7132.3652.82-
YUV158.63145.7155.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.88%
GREEN value IS 133 (52.34% from 255) = 25.58%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=37.88%
G=25.58%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713319000.320.040.23306.5635.5664.71
HexC585BE0204171332441
Octal30520527604042746344101
Binary1100010110000101101111100100000100101111001100111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C585BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C585BE; }

 p { color: rgb(197,133,190); }

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

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

 a { background-color: rgb(197,133,190); }

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

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

 span { border-color: rgb(197,133,190); }

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