#D076EF

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

Shades of Heliotrope #D076EF

Tints of Heliotrope #D076EF

Color information

#D076EF (or 0xD076EF) is unknown color: approx Heliotrope. HEX triplet: D0, 76 and EF. RGB value is (208,118,239). Sum of RGB (Red+Green+Blue) = 208+118+239=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 118 (46.48% from 255 or 20.88% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #D076EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D076EF is #2F8910. Grayscale: #9E9E9E. Windows color (decimal): -3115281 or 15693520. OLE color: 15693520.

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

Color convert

RGB208118239-
CMYK0.130.5100.06
HSL284.63º79.08%70%-
HSV(B)284.63º50.63%93.73%-
XYZ48.0732.685.42-
YUV158.7173.32163.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.81%
GREEN value IS 118 (46.48% from 255) = 20.88%
BLUE value IS 239 (93.75% from 255) = 42.30%
R=36.81%
G=20.88%
B=42.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2081182390.130.5100.06284.6379.0870
HexD076EFD330611d4f46
Octal320166357156306435117106
Binary110100001110110111011111101110011011010001110110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D076EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D076EF; }

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

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

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

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

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

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

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

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