#D27EEB

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

Shades of Heliotrope #D27EEB

Tints of Heliotrope #D27EEB

Color information

#D27EEB (or 0xD27EEB) is unknown color: approx Heliotrope. HEX triplet: D2, 7E and EB. RGB value is (210,126,235). Sum of RGB (Red+Green+Blue) = 210+126+235=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 126 (49.61% from 255 or 22.07% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #D27EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27EEB is #2D8114. Grayscale: #A3A3A3. Windows color (decimal): -2982165 or 15433426. OLE color: 15433426.

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

Color convert

RGB210126235-
CMYK0.110.4600.08
HSL286.24º73.15%70.78%-
HSV(B)286.24º46.38%92.16%-
XYZ49.0334.6282.7-
YUV163.54168.33161.14-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.78%
GREEN value IS 126 (49.61% from 255) = 22.07%
BLUE value IS 235 (92.19% from 255) = 41.16%
R=36.78%
G=22.07%
B=41.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2101262350.110.4600.08286.2473.1570.78
HexD27EEBB2E0811e4947
Octal3221763531356010436111107
Binary1101001011111101110101110111011100100010001111010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27EEB; }

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

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

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

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

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

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

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

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