#DE8BFD

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

Shades of Heliotrope #DE8BFD

Tints of Heliotrope #DE8BFD

Color information

#DE8BFD (or 0xDE8BFD) is unknown color: approx Heliotrope. HEX triplet: DE, 8B and FD. RGB value is (222,139,253). Sum of RGB (Red+Green+Blue) = 222+139+253=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 139 (54.69% from 255 or 22.64% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #DE8BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE8BFD is #217402. Grayscale: #B0B0B0. Windows color (decimal): -2192387 or 16616414. OLE color: 16616414.

HSL color Cylindrical-coordinate representation of color #DE8BFD: hue angle of 283.68º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE8BFD is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB222139253-
CMYK0.120.4500.01
HSL283.68º96.61%76.86%-
HSV(B)283.68º45.06%99.22%-
XYZ57.0941.0997.85-
YUV176.81171160.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.16%
GREEN value IS 139 (54.69% from 255) = 22.64%
BLUE value IS 253 (99.22% from 255) = 41.21%
R=36.16%
G=22.64%
B=41.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2221392530.120.4500.01283.6896.6176.86
HexDE8BFDC2D0111c614d
Octal336213375145501434141115
Binary11011110100010111111110111001011010110001110011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8BFD; }

 p { color: rgb(222,139,253); }

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

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

 a { background-color: rgb(222,139,253); }

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

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

 span { border-color: rgb(222,139,253); }

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