#D186FA

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

Shades of Heliotrope #D186FA

Tints of Heliotrope #D186FA

Color information

#D186FA (or 0xD186FA) is unknown color: approx Heliotrope. HEX triplet: D1, 86 and FA. RGB value is (209,134,250). Sum of RGB (Red+Green+Blue) = 209+134+250=593 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.24% from 593); Green value is 134 (52.73% from 255 or 22.60% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #D186FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D186FA is #2E7905. Grayscale: #A9A9A9. Windows color (decimal): -3045638 or 16418513. OLE color: 16418513.

HSL color Cylindrical-coordinate representation of color #D186FA: hue angle of 278.79º 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 #D186FA is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB209134250-
CMYK0.160.4600.02
HSL278.79º92.06%75.29%-
HSV(B)278.79º46.4%98.04%-
XYZ52.0737.5194.94-
YUV169.65173.35156.07-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.24%
GREEN value IS 134 (52.73% from 255) = 22.60%
BLUE value IS 250 (98.05% from 255) = 42.16%
R=35.24%
G=22.60%
B=42.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2091342500.160.4600.02278.7992.0675.29
HexD186FA102E021175c4b
Octal321206372205602427134113
Binary1101000110000110111110101000010111001010001011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D186FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D186FA; }

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

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

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

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

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

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

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

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