#D785F0

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

Shades of Heliotrope #D785F0

Tints of Heliotrope #D785F0

Color information

#D785F0 (or 0xD785F0) is unknown color: approx Heliotrope. HEX triplet: D7, 85 and F0. RGB value is (215,133,240). Sum of RGB (Red+Green+Blue) = 215+133+240=588 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.56% from 588); Green value is 133 (52.34% from 255 or 22.62% from 588); Blue value is 240 (94.14% from 255 or 40.82% from 588); Max value from RGB is 240 - color contains mainly: blue. Hex color #D785F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D785F0 is #287A0F. Grayscale: #A9A9A9. Windows color (decimal): -2652688 or 15762903. OLE color: 15762903.

HSL color Cylindrical-coordinate representation of color #D785F0: hue angle of 285.98º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D785F0 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB215133240-
CMYK0.100.4500.06
HSL285.98º78.1%73.14%-
HSV(B)285.98º44.58%94.12%-
XYZ52.1437.5186.93-
YUV169.72167.67160.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.56%
GREEN value IS 133 (52.34% from 255) = 22.62%
BLUE value IS 240 (94.14% from 255) = 40.82%
R=36.56%
G=22.62%
B=40.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2151332400.100.4500.06285.9878.173.14
HexD785F0A2D0611e4e49
Octal327205360125506436116111
Binary1101011110000101111100001010101101011010001111010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D785F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D785F0; }

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

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

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

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

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

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

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

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