#DE8BFB

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

Shades of Heliotrope #DE8BFB

Tints of Heliotrope #DE8BFB

Color information

#DE8BFB (or 0xDE8BFB) is unknown color: approx Heliotrope. HEX triplet: DE, 8B and FB. RGB value is (222,139,251). Sum of RGB (Red+Green+Blue) = 222+139+251=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 139 (54.69% from 255 or 22.71% from 612); Blue value is 251 (98.44% from 255 or 41.01% from 612); Max value from RGB is 251 - color contains mainly: blue. Hex color #DE8BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE8BFB is #217404. Grayscale: #B0B0B0. Windows color (decimal): -2192389 or 16485342. OLE color: 16485342.

HSL color Cylindrical-coordinate representation of color #DE8BFB: hue angle of 284.46º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE8BFB is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222139251-
CMYK0.120.4500.02
HSL284.46º93.33%76.47%-
HSV(B)284.46º44.62%98.43%-
XYZ56.7740.9696.18-
YUV176.58170160.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.27%
GREEN value IS 139 (54.69% from 255) = 22.71%
BLUE value IS 251 (98.44% from 255) = 41.01%
R=36.27%
G=22.71%
B=41.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221392510.120.4500.02284.4693.3376.47
HexDE8BFBC2D0211c5d4c
Octal336213373145502434135114
Binary110111101000101111111011110010110101010001110010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8BFB; }

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

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

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

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

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

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

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

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