#C586FA

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

Shades of Heliotrope #C586FA

Tints of Heliotrope #C586FA

Color information

#C586FA (or 0xC586FA) is unknown color: approx Heliotrope. HEX triplet: C5, 86 and FA. RGB value is (197,134,250). Sum of RGB (Red+Green+Blue) = 197+134+250=581 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.91% from 581); Green value is 134 (52.73% from 255 or 23.06% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #C586FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C586FA is #3A7905. Grayscale: #A5A5A5. Windows color (decimal): -3832070 or 16418501. OLE color: 16418501.

HSL color Cylindrical-coordinate representation of color #C586FA: hue angle of 272.59º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C586FA is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB197134250-
CMYK0.210.4600.02
HSL272.59º92.06%75.29%-
HSV(B)272.59º46.4%98.04%-
XYZ48.8135.8294.78-
YUV166.06175.37150.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.91%
GREEN value IS 134 (52.73% from 255) = 23.06%
BLUE value IS 250 (98.05% from 255) = 43.03%
R=33.91%
G=23.06%
B=43.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1971342500.210.4600.02272.5992.0675.29
HexC586FA152E021115c4b
Octal305206372255602421134113
Binary1100010110000110111110101010110111001010001000110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C586FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C586FA; }

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

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

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

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

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

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

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

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