#D78CFA

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

Shades of Heliotrope #D78CFA

Tints of Heliotrope #D78CFA

Color information

#D78CFA (or 0xD78CFA) is unknown color: approx Heliotrope. HEX triplet: D7, 8C and FA. RGB value is (215,140,250). Sum of RGB (Red+Green+Blue) = 215+140+250=605 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.54% from 605); Green value is 140 (55.08% from 255 or 23.14% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #D78CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D78CFA is #287305. Grayscale: #AEAEAE. Windows color (decimal): -2650886 or 16420055. OLE color: 16420055.

HSL color Cylindrical-coordinate representation of color #D78CFA: hue angle of 280.91º 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 #D78CFA is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB215140250-
CMYK0.140.4400.02
HSL280.91º91.67%76.47%-
HSV(B)280.91º44%98.04%-
XYZ54.6640.1195.3-
YUV174.96170.35156.56-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.54%
GREEN value IS 140 (55.08% from 255) = 23.14%
BLUE value IS 250 (98.05% from 255) = 41.32%
R=35.54%
G=23.14%
B=41.32%

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
Decimal2151402500.140.4400.02280.9191.6776.47
HexD78CFAE2C021195c4c
Octal327214372165402431134114
Binary110101111000110011111010111010110001010001100110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78CFA; }

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

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

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

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

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

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

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

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