#D086F7

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

Shades of Heliotrope #D086F7

Tints of Heliotrope #D086F7

Color information

#D086F7 (or 0xD086F7) is unknown color: approx Heliotrope. HEX triplet: D0, 86 and F7. RGB value is (208,134,247). Sum of RGB (Red+Green+Blue) = 208+134+247=589 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.31% from 589); Green value is 134 (52.73% from 255 or 22.75% from 589); Blue value is 247 (96.88% from 255 or 41.94% from 589); Max value from RGB is 247 - color contains mainly: blue. Hex color #D086F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D086F7 is #2F7908. Grayscale: #A8A8A8. Windows color (decimal): -3111177 or 16221904. OLE color: 16221904.

HSL color Cylindrical-coordinate representation of color #D086F7: hue angle of 279.29º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D086F7 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB208134247-
CMYK0.160.4600.03
HSL279.29º87.6%74.71%-
HSV(B)279.29º45.75%96.86%-
XYZ51.3337.1892.47-
YUV169.01172.02155.81-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.31%
GREEN value IS 134 (52.73% from 255) = 22.75%
BLUE value IS 247 (96.88% from 255) = 41.94%
R=35.31%
G=22.75%
B=41.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2081342470.160.4600.03279.2987.674.71
HexD086F7102E03117584b
Octal320206367205603427130113
Binary1101000010000110111101111000010111001110001011110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D086F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D086F7; }

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

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

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

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

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

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

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

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