#DE8EF6

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

Shades of Heliotrope #DE8EF6

Tints of Heliotrope #DE8EF6

Color information

#DE8EF6 (or 0xDE8EF6) is unknown color: approx Heliotrope. HEX triplet: DE, 8E and F6. RGB value is (222,142,246). Sum of RGB (Red+Green+Blue) = 222+142+246=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 142 (55.86% from 255 or 23.28% from 610); Blue value is 246 (96.48% from 255 or 40.33% from 610); Max value from RGB is 246 - color contains mainly: blue. Hex color #DE8EF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE8EF6 is #217109. Grayscale: #B1B1B1. Windows color (decimal): -2191626 or 16158430. OLE color: 16158430.

HSL color Cylindrical-coordinate representation of color #DE8EF6: hue angle of 286.15º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DE8EF6 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB222142246-
CMYK0.100.4200.04
HSL286.15º85.25%76.08%-
HSV(B)286.15º42.28%96.47%-
XYZ56.4341.5392.23-
YUV177.78166.5159.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.39%
GREEN value IS 142 (55.86% from 255) = 23.28%
BLUE value IS 246 (96.48% from 255) = 40.33%
R=36.39%
G=23.28%
B=40.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2221422460.100.4200.04286.1585.2576.08
HexDE8EF6A2A0411e554c
Octal336216366125204436125114
Binary1101111010001110111101101010101010010010001111010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8EF6; }

 p { color: rgb(222,142,246); }

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

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

 a { background-color: rgb(222,142,246); }

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

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

 span { border-color: rgb(222,142,246); }

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