#D27EF1

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

Shades of Heliotrope #D27EF1

Tints of Heliotrope #D27EF1

Color information

#D27EF1 (or 0xD27EF1) is unknown color: approx Heliotrope. HEX triplet: D2, 7E and F1. RGB value is (210,126,241). Sum of RGB (Red+Green+Blue) = 210+126+241=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 126 (49.61% from 255 or 21.84% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #D27EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27EF1 is #2D810E. Grayscale: #A3A3A3. Windows color (decimal): -2982159 or 15826642. OLE color: 15826642.

HSL color Cylindrical-coordinate representation of color #D27EF1: hue angle of 283.83º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D27EF1 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB210126241-
CMYK0.130.4800.05
HSL283.83º80.42%71.96%-
HSV(B)283.83º47.72%94.51%-
XYZ49.9234.9787.34-
YUV164.23171.33160.65-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.40%
GREEN value IS 126 (49.61% from 255) = 21.84%
BLUE value IS 241 (94.53% from 255) = 41.77%
R=36.40%
G=21.84%
B=41.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2101262410.130.4800.05283.8380.4271.96
HexD27EF1D300511c5048
Octal322176361156005434120110
Binary110100101111110111100011101110000010110001110010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27EF1; }

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

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

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

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

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

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

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

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