#D78AF1

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

Shades of Heliotrope #D78AF1

Tints of Heliotrope #D78AF1

Color information

#D78AF1 (or 0xD78AF1) is unknown color: approx Heliotrope. HEX triplet: D7, 8A and F1. RGB value is (215,138,241). Sum of RGB (Red+Green+Blue) = 215+138+241=594 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.20% from 594); Green value is 138 (54.30% from 255 or 23.23% from 594); Blue value is 241 (94.53% from 255 or 40.57% from 594); Max value from RGB is 241 - color contains mainly: blue. Hex color #D78AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D78AF1 is #28750E. Grayscale: #ACACAC. Windows color (decimal): -2651407 or 15829719. OLE color: 15829719.

HSL color Cylindrical-coordinate representation of color #D78AF1: hue angle of 284.85º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D78AF1 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB215138241-
CMYK0.110.4300.05
HSL284.85º78.63%74.31%-
HSV(B)284.85º42.74%94.51%-
XYZ52.9938.9787.95-
YUV172.76166.51158.12-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.20%
GREEN value IS 138 (54.30% from 255) = 23.23%
BLUE value IS 241 (94.53% from 255) = 40.57%
R=36.20%
G=23.23%
B=40.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2151382410.110.4300.05284.8578.6374.31
HexD78AF1B2B0511d4f4a
Octal327212361135305435117112
Binary1101011110001010111100011011101011010110001110110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78AF1; }

 p { color: rgb(215,138,241); }

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

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

 a { background-color: rgb(215,138,241); }

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

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

 span { border-color: rgb(215,138,241); }

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