#D186FE

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

Shades of Heliotrope #D186FE

Tints of Heliotrope #D186FE

Color information

#D186FE (or 0xD186FE) is unknown color: approx Heliotrope. HEX triplet: D1, 86 and FE. RGB value is (209,134,254). Sum of RGB (Red+Green+Blue) = 209+134+254=597 (79% of max value = 765). Red value is 209 (82.03% from 255 or 35.01% from 597); Green value is 134 (52.73% from 255 or 22.45% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #D186FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D186FE is #2E7901. Grayscale: #A9A9A9. Windows color (decimal): -3045634 or 16680657. OLE color: 16680657.

HSL color Cylindrical-coordinate representation of color #D186FE: hue angle of 277.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D186FE is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB209134254-
CMYK0.180.4700.00
HSL277.5º98.36%76.08%-
HSV(B)277.5º47.24%99.61%-
XYZ52.7137.7698.28-
YUV170.1175.35155.74-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.01%
GREEN value IS 134 (52.73% from 255) = 22.45%
BLUE value IS 254 (99.61% from 255) = 42.55%
R=35.01%
G=22.45%
B=42.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2091342540.180.4700.00277.598.3676.08
HexD186FE122F00116624c
Octal321206376225700426142114
Binary110100011000011011111110100101011110010001011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D186FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D186FE; }

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

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

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

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

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

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

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

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