#D060EC

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

Shades of Heliotrope #D060EC

Tints of Heliotrope #D060EC

Color information

#D060EC (or 0xD060EC) is unknown color: approx Heliotrope. HEX triplet: D0, 60 and EC. RGB value is (208,96,236). Sum of RGB (Red+Green+Blue) = 208+96+236=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 96 (37.89% from 255 or 17.78% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #D060EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D060EC is #2F9F13. Grayscale: #919191. Windows color (decimal): -3120916 or 15491280. OLE color: 15491280.

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

Color convert

RGB20896236-
CMYK0.120.5900.07
HSL288º78.65%65.1%-
HSV(B)288º59.32%92.55%-
XYZ45.3427.8382.34-
YUV145.45179.11172.62-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.52%
GREEN value IS 96 (37.89% from 255) = 17.78%
BLUE value IS 236 (92.58% from 255) = 43.70%
R=38.52%
G=17.78%
B=43.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal208962360.120.5900.0728878.6565.1
HexD060ECC3B071204f41
Octal320140354147307440117101
Binary110100001100000111011001100111011011110010000010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D060EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D060EC; }

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

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

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

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

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

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

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

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