#D77AF5

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

Shades of Heliotrope #D77AF5

Tints of Heliotrope #D77AF5

Color information

#D77AF5 (or 0xD77AF5) is unknown color: approx Heliotrope. HEX triplet: D7, 7A and F5. RGB value is (215,122,245). Sum of RGB (Red+Green+Blue) = 215+122+245=582 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.94% from 582); Green value is 122 (48.05% from 255 or 20.96% from 582); Blue value is 245 (96.09% from 255 or 42.10% from 582); Max value from RGB is 245 - color contains mainly: blue. Hex color #D77AF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77AF5 is #28850A. Grayscale: #A3A3A3. Windows color (decimal): -2655499 or 16087767. OLE color: 16087767.

HSL color Cylindrical-coordinate representation of color #D77AF5: hue angle of 285.37º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D77AF5 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB215122245-
CMYK0.120.5000.04
HSL285.37º86.01%71.96%-
HSV(B)285.37º50.2%96.08%-
XYZ51.4734.9690.42-
YUV163.83173.81164.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.94%
GREEN value IS 122 (48.05% from 255) = 20.96%
BLUE value IS 245 (96.09% from 255) = 42.10%
R=36.94%
G=20.96%
B=42.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2151222450.120.5000.04285.3786.0171.96
HexD77AF5C320411d5648
Octal327172365146204435126110
Binary110101111111010111101011100110010010010001110110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77AF5; }

 p { color: rgb(215,122,245); }

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

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

 a { background-color: rgb(215,122,245); }

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

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

 span { border-color: rgb(215,122,245); }

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