#D086FF

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

Shades of Heliotrope #D086FF

Tints of Heliotrope #D086FF

Color information

#D086FF (or 0xD086FF) is unknown color: approx Heliotrope. HEX triplet: D0, 86 and FF. RGB value is (208,134,255). Sum of RGB (Red+Green+Blue) = 208+134+255=597 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.84% from 597); Green value is 134 (52.73% from 255 or 22.45% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #D086FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D086FF is #2F7900. Grayscale: #A9A9A9. Windows color (decimal): -3111169 or 16746192. OLE color: 16746192.

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

Color convert

RGB208134255-
CMYK0.180.4700
HSL276.69º100%76.27%-
HSV(B)276.69º47.45%100%-
XYZ52.5937.6899.11-
YUV169.92176.02155.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.84%
GREEN value IS 134 (52.73% from 255) = 22.45%
BLUE value IS 255 (100% from 255) = 42.71%
R=34.84%
G=22.45%
B=42.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2081342550.180.4700276.6910076.27
HexD086FF122F00115644c
Octal320206377225700425144114
Binary110100001000011011111111100101011110010001010111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D086FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D086FF; }

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

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

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

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

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

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

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

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