#D785FA

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

Shades of Heliotrope #D785FA

Tints of Heliotrope #D785FA

Color information

#D785FA (or 0xD785FA) is unknown color: approx Heliotrope. HEX triplet: D7, 85 and FA. RGB value is (215,133,250). Sum of RGB (Red+Green+Blue) = 215+133+250=598 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.95% from 598); Green value is 133 (52.34% from 255 or 22.24% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #D785FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D785FA is #287A05. Grayscale: #AAAAAA. Windows color (decimal): -2652678 or 16418263. OLE color: 16418263.

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

Color convert

RGB215133250-
CMYK0.140.4700.02
HSL282.05º92.13%75.1%-
HSV(B)282.05º46.8%98.04%-
XYZ53.6738.1294.97-
YUV170.86172.67159.49-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.95%
GREEN value IS 133 (52.34% from 255) = 22.24%
BLUE value IS 250 (98.05% from 255) = 41.81%
R=35.95%
G=22.24%
B=41.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2151332500.140.4700.02282.0592.1375.1
HexD785FAE2F0211a5c4b
Octal327205372165702432134113
Binary110101111000010111111010111010111101010001101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D785FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D785FA; }

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

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

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

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

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

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

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

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