#DE78FD

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

Shades of Heliotrope #DE78FD

Tints of Heliotrope #DE78FD

Color information

#DE78FD (or 0xDE78FD) is unknown color: approx Heliotrope. HEX triplet: DE, 78 and FD. RGB value is (222,120,253). Sum of RGB (Red+Green+Blue) = 222+120+253=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 120 (47.27% from 255 or 20.17% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #DE78FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE78FD is #218702. Grayscale: #A5A5A5. Windows color (decimal): -2197251 or 16611550. OLE color: 16611550.

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

Color convert

RGB222120253-
CMYK0.120.5300.01
HSL286.02º97.08%73.14%-
HSV(B)286.02º52.57%99.22%-
XYZ54.5736.0597.01-
YUV165.66177.29168.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.31%
GREEN value IS 120 (47.27% from 255) = 20.17%
BLUE value IS 253 (99.22% from 255) = 42.52%
R=37.31%
G=20.17%
B=42.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2221202530.120.5300.01286.0297.0873.14
HexDE78FDC350111e6149
Octal336170375146501436141111
Binary1101111011110001111110111001101010110001111011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE78FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE78FD; }

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

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

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

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

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

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

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

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