#D086FA

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

Shades of Heliotrope #D086FA

Tints of Heliotrope #D086FA

Color information

#D086FA (or 0xD086FA) is unknown color: approx Heliotrope. HEX triplet: D0, 86 and FA. RGB value is (208,134,250). Sum of RGB (Red+Green+Blue) = 208+134+250=592 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.14% from 592); Green value is 134 (52.73% from 255 or 22.64% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #D086FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D086FA is #2F7905. Grayscale: #A8A8A8. Windows color (decimal): -3111174 or 16418512. OLE color: 16418512.

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

Color convert

RGB208134250-
CMYK0.170.4600.02
HSL278.28º92.06%75.29%-
HSV(B)278.28º46.4%98.04%-
XYZ51.7937.3694.92-
YUV169.35173.52155.57-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.14%
GREEN value IS 134 (52.73% from 255) = 22.64%
BLUE value IS 250 (98.05% from 255) = 42.23%
R=35.14%
G=22.64%
B=42.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081342500.170.4600.02278.2892.0675.29
HexD086FA112E021165c4b
Octal320206372215602426134113
Binary1101000010000110111110101000110111001010001011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D086FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D086FA; }

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

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

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

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

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

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

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

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