#D360EC

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

Shades of Heliotrope #D360EC

Tints of Heliotrope #D360EC

Color information

#D360EC (or 0xD360EC) is unknown color: approx Heliotrope. HEX triplet: D3, 60 and EC. RGB value is (211,96,236). Sum of RGB (Red+Green+Blue) = 211+96+236=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 96 (37.89% from 255 or 17.68% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #D360EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D360EC is #2C9F13. Grayscale: #919191. Windows color (decimal): -2924308 or 15491283. OLE color: 15491283.

HSL color Cylindrical-coordinate representation of color #D360EC: hue angle of 289.29º 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 #D360EC is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21196236-
CMYK0.110.5900.07
HSL289.29º78.65%65.1%-
HSV(B)289.29º59.32%92.55%-
XYZ46.1928.2782.38-
YUV146.34178.6174.12-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.86%
GREEN value IS 96 (37.89% from 255) = 17.68%
BLUE value IS 236 (92.58% from 255) = 43.46%
R=38.86%
G=17.68%
B=43.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal211962360.110.5900.07289.2978.6565.1
HexD360ECB3B071214f41
Octal323140354137307441117101
Binary110100111100000111011001011111011011110010000110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D360EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D360EC; }

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

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

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

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

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

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

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

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