#DE8FFE

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

Shades of Heliotrope #DE8FFE

Tints of Heliotrope #DE8FFE

Color information

#DE8FFE (or 0xDE8FFE) is unknown color: approx Heliotrope. HEX triplet: DE, 8F and FE. RGB value is (222,143,254). Sum of RGB (Red+Green+Blue) = 222+143+254=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 143 (56.25% from 255 or 23.10% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #DE8FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE8FFE is #217001. Grayscale: #B2B2B2. Windows color (decimal): -2191362 or 16682974. OLE color: 16682974.

HSL color Cylindrical-coordinate representation of color #DE8FFE: hue angle of 282.7º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE8FFE is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB222143254-
CMYK0.130.4400.00
HSL282.7º98.23%77.84%-
HSV(B)282.7º43.7%99.61%-
XYZ57.8442.3398.89-
YUV179.27170.17158.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.86%
GREEN value IS 143 (56.25% from 255) = 23.10%
BLUE value IS 254 (99.61% from 255) = 41.03%
R=35.86%
G=23.10%
B=41.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2221432540.130.4400.00282.798.2377.84
HexDE8FFED2C0011b624e
Octal336217376155400433142116
Binary11011110100011111111111011011011000010001101111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8FFE; }

 p { color: rgb(222,143,254); }

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

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

 a { background-color: rgb(222,143,254); }

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

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

 span { border-color: rgb(222,143,254); }

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