#D78BFA

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

Shades of Heliotrope #D78BFA

Tints of Heliotrope #D78BFA

Color information

#D78BFA (or 0xD78BFA) is unknown color: approx Heliotrope. HEX triplet: D7, 8B and FA. RGB value is (215,139,250). Sum of RGB (Red+Green+Blue) = 215+139+250=604 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.60% from 604); Green value is 139 (54.69% from 255 or 23.01% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #D78BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D78BFA is #287405. Grayscale: #AEAEAE. Windows color (decimal): -2651142 or 16419799. OLE color: 16419799.

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

Color convert

RGB215139250-
CMYK0.140.4400.02
HSL281.08º91.74%76.27%-
HSV(B)281.08º44.4%98.04%-
XYZ54.5139.8195.25-
YUV174.38170.68156.97-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.60%
GREEN value IS 139 (54.69% from 255) = 23.01%
BLUE value IS 250 (98.05% from 255) = 41.39%
R=35.60%
G=23.01%
B=41.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2151392500.140.4400.02281.0891.7476.27
HexD78BFAE2C021195c4c
Octal327213372165402431134114
Binary110101111000101111111010111010110001010001100110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78BFA; }

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

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

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

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

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

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

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

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