#D073EF

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

Shades of Heliotrope #D073EF

Tints of Heliotrope #D073EF

Color information

#D073EF (or 0xD073EF) is unknown color: approx Heliotrope. HEX triplet: D0, 73 and EF. RGB value is (208,115,239). Sum of RGB (Red+Green+Blue) = 208+115+239=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 115 (45.31% from 255 or 20.46% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #D073EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D073EF is #2F8C10. Grayscale: #9C9C9C. Windows color (decimal): -3116049 or 15692752. OLE color: 15692752.

HSL color Cylindrical-coordinate representation of color #D073EF: hue angle of 285º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D073EF is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB208115239-
CMYK0.130.5200.06
HSL285º79.49%69.41%-
HSV(B)285º51.88%93.73%-
XYZ47.7231.985.3-
YUV156.94174.31164.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.01%
GREEN value IS 115 (45.31% from 255) = 20.46%
BLUE value IS 239 (93.75% from 255) = 42.53%
R=37.01%
G=20.46%
B=42.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2081152390.130.5200.0628579.4969.41
HexD073EFD340611d4f45
Octal320163357156406435117105
Binary110100001110011111011111101110100011010001110110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D073EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D073EF; }

 p { color: rgb(208,115,239); }

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

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

 a { background-color: rgb(208,115,239); }

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

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

 span { border-color: rgb(208,115,239); }

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