#D286FE

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

Shades of Heliotrope #D286FE

Tints of Heliotrope #D286FE

Color information

#D286FE (or 0xD286FE) is unknown color: approx Heliotrope. HEX triplet: D2, 86 and FE. RGB value is (210,134,254). Sum of RGB (Red+Green+Blue) = 210+134+254=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 134 (52.73% from 255 or 22.41% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #D286FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D286FE is #2D7901. Grayscale: #AAAAAA. Windows color (decimal): -2980098 or 16680658. OLE color: 16680658.

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

Color convert

RGB210134254-
CMYK0.170.4700.00
HSL278º98.36%76.08%-
HSV(B)278º47.24%99.61%-
XYZ52.9937.9198.29-
YUV170.4175.18156.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.12%
GREEN value IS 134 (52.73% from 255) = 22.41%
BLUE value IS 254 (99.61% from 255) = 42.47%
R=35.12%
G=22.41%
B=42.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2101342540.170.4700.0027898.3676.08
HexD286FE112F00116624c
Octal322206376215700426142114
Binary110100101000011011111110100011011110010001011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D286FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D286FE; }

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

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

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

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

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

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

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

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