#D27FEE

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

Shades of Heliotrope #D27FEE

Tints of Heliotrope #D27FEE

Color information

#D27FEE (or 0xD27FEE) is unknown color: approx Heliotrope. HEX triplet: D2, 7F and EE. RGB value is (210,127,238). Sum of RGB (Red+Green+Blue) = 210+127+238=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 127 (50% from 255 or 22.09% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #D27FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27FEE is #2D8011. Grayscale: #A4A4A4. Windows color (decimal): -2981906 or 15630290. OLE color: 15630290.

HSL color Cylindrical-coordinate representation of color #D27FEE: hue angle of 284.86º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D27FEE is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210127238-
CMYK0.120.4700.07
HSL284.86º76.55%71.57%-
HSV(B)284.86º46.64%93.33%-
XYZ49.635.0585.04-
YUV164.47169.5160.47-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.52%
GREEN value IS 127 (50% from 255) = 22.09%
BLUE value IS 238 (93.36% from 255) = 41.39%
R=36.52%
G=22.09%
B=41.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2101272380.120.4700.07284.8676.5571.57
HexD27FEEC2F0711d4d48
Octal322177356145707435115110
Binary110100101111111111011101100101111011110001110110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27FEE; }

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

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

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

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

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

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

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

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