#de78fe

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

Shades of Heliotrope #DE78FE

Tints of Heliotrope #DE78FE

Color information

#DE78FE (or 0xDE78FE) is unknown color: approx Heliotrope. HEX triplet: DE, 78 and FE. RGB value is (222,120,254). Sum of RGB (Red+Green+Blue) = 222+120+254=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 120 (47.27% from 255 or 20.13% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #DE78FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE78FE is #218701. Grayscale: #A5A5A5. Windows color (decimal): -2197250 or 16677086. OLE color: 16677086.

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

Color convert

RGB222120254-
CMYK0.130.5300.00
HSL285.67º98.53%73.33%-
HSV(B)285.67º52.76%99.61%-
XYZ54.7336.1297.85-
YUV165.77177.79168.1-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.25%
GREEN value IS 120 (47.27% from 255) = 20.13%
BLUE value IS 254 (99.61% from 255) = 42.62%
R=37.25%
G=20.13%
B=42.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2221202540.130.5300.00285.6798.5373.33
HexDE78FED350011e6349
Octal336170376156500436143111
Binary1101111011110001111111011011101010010001111011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de78fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de78fe; }

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

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

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

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

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

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

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

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