#D78CF2

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

Shades of Heliotrope #D78CF2

Tints of Heliotrope #D78CF2

Color information

#D78CF2 (or 0xD78CF2) is unknown color: approx Heliotrope. HEX triplet: D7, 8C and F2. RGB value is (215,140,242). Sum of RGB (Red+Green+Blue) = 215+140+242=597 (79% of max value = 765). Red value is 215 (84.38% from 255 or 36.01% from 597); Green value is 140 (55.08% from 255 or 23.45% from 597); Blue value is 242 (94.92% from 255 or 40.54% from 597); Max value from RGB is 242 - color contains mainly: blue. Hex color #D78CF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D78CF2 is #28730D. Grayscale: #ADADAD. Windows color (decimal): -2650894 or 15895767. OLE color: 15895767.

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

Color convert

RGB215140242-
CMYK0.110.4200.05
HSL284.12º79.69%74.9%-
HSV(B)284.12º42.15%94.9%-
XYZ53.4339.6188.83-
YUV174.05166.35157.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.01%
GREEN value IS 140 (55.08% from 255) = 23.45%
BLUE value IS 242 (94.92% from 255) = 40.54%
R=36.01%
G=23.45%
B=40.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2151402420.110.4200.05284.1279.6974.9
HexD78CF2B2A0511c504b
Octal327214362135205434120113
Binary1101011110001100111100101011101010010110001110010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78CF2; }

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

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

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

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

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

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

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

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