#D27EF6

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

Shades of Heliotrope #D27EF6

Tints of Heliotrope #D27EF6

Color information

#D27EF6 (or 0xD27EF6) is unknown color: approx Heliotrope. HEX triplet: D2, 7E and F6. RGB value is (210,126,246). Sum of RGB (Red+Green+Blue) = 210+126+246=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 126 (49.61% from 255 or 21.65% from 582); Blue value is 246 (96.48% from 255 or 42.27% from 582); Max value from RGB is 246 - color contains mainly: blue. Hex color #D27EF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27EF6 is #2D8109. Grayscale: #A4A4A4. Windows color (decimal): -2982154 or 16154322. OLE color: 16154322.

HSL color Cylindrical-coordinate representation of color #D27EF6: hue angle of 282º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D27EF6 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB210126246-
CMYK0.150.4900.04
HSL282º86.96%72.94%-
HSV(B)282º48.78%96.47%-
XYZ50.6735.2891.33-
YUV164.8173.83160.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.08%
GREEN value IS 126 (49.61% from 255) = 21.65%
BLUE value IS 246 (96.48% from 255) = 42.27%
R=36.08%
G=21.65%
B=42.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2101262460.150.4900.0428286.9672.94
HexD27EF6F310411a5749
Octal322176366176104432127111
Binary110100101111110111101101111110001010010001101010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27EF6; }

 p { color: rgb(210,126,246); }

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

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

 a { background-color: rgb(210,126,246); }

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

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

 span { border-color: rgb(210,126,246); }

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