#C586CC

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

Shades of Lilac #C586CC

Tints of Lilac #C586CC

Color information

#C586CC (or 0xC586CC) is unknown color: approx Lilac. HEX triplet: C5, 86 and CC. RGB value is (197,134,204). Sum of RGB (Red+Green+Blue) = 197+134+204=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 134 (52.73% from 255 or 25.05% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #C586CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C586CC is #3A7933. Grayscale: #A0A0A0. Windows color (decimal): -3832116 or 13403845. OLE color: 13403845.

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

Color convert

RGB197134204-
CMYK0.030.3400.2
HSL294º40.7%66.27%-
HSV(B)294º34.31%80%-
XYZ42.4533.2861.31-
YUV160.82152.37153.81-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.82%
GREEN value IS 134 (52.73% from 255) = 25.05%
BLUE value IS 204 (80.08% from 255) = 38.13%
R=36.82%
G=25.05%
B=38.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1971342040.030.3400.229440.766.27
HexC586CC3220141262942
Octal30520631434202444651102
Binary110001011000011011001100111000100101001001001101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C586CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C586CC; }

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

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

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

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

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

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

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

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