#D086FD

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

Shades of Heliotrope #D086FD

Tints of Heliotrope #D086FD

Color information

#D086FD (or 0xD086FD) is unknown color: approx Heliotrope. HEX triplet: D0, 86 and FD. RGB value is (208,134,253). Sum of RGB (Red+Green+Blue) = 208+134+253=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 134 (52.73% from 255 or 22.52% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #D086FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D086FD is #2F7902. Grayscale: #A9A9A9. Windows color (decimal): -3111171 or 16615120. OLE color: 16615120.

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

Color convert

RGB208134253-
CMYK0.180.4700.01
HSL277.31º96.75%75.88%-
HSV(B)277.31º47.04%99.22%-
XYZ52.2737.5597.42-
YUV169.69175.02155.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.96%
GREEN value IS 134 (52.73% from 255) = 22.52%
BLUE value IS 253 (99.22% from 255) = 42.52%
R=34.96%
G=22.52%
B=42.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2081342530.180.4700.01277.3196.7575.88
HexD086FD122F01115614c
Octal320206375225701425141114
Binary110100001000011011111101100101011110110001010111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D086FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D086FD; }

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

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

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

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

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

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

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

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