#D760EC

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

Shades of Heliotrope #D760EC

Tints of Heliotrope #D760EC

Color information

#D760EC (or 0xD760EC) is unknown color: approx Heliotrope. HEX triplet: D7, 60 and EC. RGB value is (215,96,236). Sum of RGB (Red+Green+Blue) = 215+96+236=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 96 (37.89% from 255 or 17.55% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #D760EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D760EC is #289F13. Grayscale: #939393. Windows color (decimal): -2662164 or 15491287. OLE color: 15491287.

HSL color Cylindrical-coordinate representation of color #D760EC: hue angle of 291º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D760EC is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21596236-
CMYK0.090.5900.07
HSL291º78.65%65.1%-
HSV(B)291º59.32%92.55%-
XYZ47.3528.8782.43-
YUV147.54177.92176.12-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.31%
GREEN value IS 96 (37.89% from 255) = 17.55%
BLUE value IS 236 (92.58% from 255) = 43.14%
R=39.31%
G=17.55%
B=43.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal215962360.090.5900.0729178.6565.1
HexD760EC93B071234f41
Octal327140354117307443117101
Binary110101111100000111011001001111011011110010001110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D760EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D760EC; }

 p { color: rgb(215,96,236); }

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

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

 a { background-color: rgb(215,96,236); }

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

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

 span { border-color: rgb(215,96,236); }

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