#D680EB

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

Shades of Heliotrope #D680EB

Tints of Heliotrope #D680EB

Color information

#D680EB (or 0xD680EB) is unknown color: approx Heliotrope. HEX triplet: D6, 80 and EB. RGB value is (214,128,235). Sum of RGB (Red+Green+Blue) = 214+128+235=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 128 (50.39% from 255 or 22.18% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 235 - color contains mainly: blue. Hex color #D680EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D680EB is #297F14. Grayscale: #A5A5A5. Windows color (decimal): -2719509 or 15433942. OLE color: 15433942.

HSL color Cylindrical-coordinate representation of color #D680EB: hue angle of 288.22º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D680EB is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB214128235-
CMYK0.090.4600.08
HSL288.22º72.79%71.18%-
HSV(B)288.22º45.53%92.16%-
XYZ50.4535.7382.84-
YUV165.91166.99162.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.09%
GREEN value IS 128 (50.39% from 255) = 22.18%
BLUE value IS 235 (92.19% from 255) = 40.73%
R=37.09%
G=22.18%
B=40.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2141282350.090.4600.08288.2272.7971.18
HexD680EB92E081204947
Octal3262003531156010440111107
Binary11010110100000001110101110011011100100010010000010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D680EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D680EB; }

 p { color: rgb(214,128,235); }

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

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

 a { background-color: rgb(214,128,235); }

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

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

 span { border-color: rgb(214,128,235); }

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