#D78EFA

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

Shades of Heliotrope #D78EFA

Tints of Heliotrope #D78EFA

Color information

#D78EFA (or 0xD78EFA) is unknown color: approx Heliotrope. HEX triplet: D7, 8E and FA. RGB value is (215,142,250). Sum of RGB (Red+Green+Blue) = 215+142+250=607 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.42% from 607); Green value is 142 (55.86% from 255 or 23.39% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #D78EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D78EFA is #287105. Grayscale: #AFAFAF. Windows color (decimal): -2650374 or 16420567. OLE color: 16420567.

HSL color Cylindrical-coordinate representation of color #D78EFA: hue angle of 280.56º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D78EFA is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB215142250-
CMYK0.140.4300.02
HSL280.56º91.53%76.86%-
HSV(B)280.56º43.2%98.04%-
XYZ54.9540.795.4-
YUV176.14169.68155.72-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.42%
GREEN value IS 142 (55.86% from 255) = 23.39%
BLUE value IS 250 (98.05% from 255) = 41.19%
R=35.42%
G=23.39%
B=41.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2151422500.140.4300.02280.5691.5376.86
HexD78EFAE2B021195c4d
Octal327216372165302431134115
Binary110101111000111011111010111010101101010001100110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78EFA; }

 p { color: rgb(215,142,250); }

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

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

 a { background-color: rgb(215,142,250); }

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

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

 span { border-color: rgb(215,142,250); }

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