#D27FED

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

Shades of Heliotrope #D27FED

Tints of Heliotrope #D27FED

Color information

#D27FED (or 0xD27FED) is unknown color: approx Heliotrope. HEX triplet: D2, 7F and ED. RGB value is (210,127,237). Sum of RGB (Red+Green+Blue) = 210+127+237=574 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.59% from 574); Green value is 127 (50% from 255 or 22.13% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #D27FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27FED is #2D8012. Grayscale: #A4A4A4. Windows color (decimal): -2981907 or 15564754. OLE color: 15564754.

HSL color Cylindrical-coordinate representation of color #D27FED: hue angle of 285.27º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D27FED is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210127237-
CMYK0.110.4600.07
HSL285.27º75.34%71.37%-
HSV(B)285.27º46.41%92.94%-
XYZ49.4534.9984.27-
YUV164.36169160.56-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.59%
GREEN value IS 127 (50% from 255) = 22.13%
BLUE value IS 237 (92.97% from 255) = 41.29%
R=36.59%
G=22.13%
B=41.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2101272370.110.4600.07285.2775.3471.37
HexD27FEDB2E0711d4b47
Octal322177355135607435113107
Binary110100101111111111011011011101110011110001110110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27FED; }

 p { color: rgb(210,127,237); }

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

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

 a { background-color: rgb(210,127,237); }

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

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

 span { border-color: rgb(210,127,237); }

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