#D059E7

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

Shades of Medium Orchid #D059E7

Tints of Medium Orchid #D059E7

Color information

#D059E7 (or 0xD059E7) is unknown color: approx Medium Orchid. HEX triplet: D0, 59 and E7. RGB value is (208,89,231). Sum of RGB (Red+Green+Blue) = 208+89+231=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 89 (35.16% from 255 or 16.86% from 528); Blue value is 231 (90.62% from 255 or 43.75% from 528); Max value from RGB is 231 - color contains mainly: blue. Hex color #D059E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D059E7 is #2FA618. Grayscale: #8C8C8C. Windows color (decimal): -3122713 or 15161808. OLE color: 15161808.

HSL color Cylindrical-coordinate representation of color #D059E7: hue angle of 290.28º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D059E7 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20889231-
CMYK0.100.6100.09
HSL290.28º74.74%62.75%-
HSV(B)290.28º61.47%90.59%-
XYZ44.0126.3278.36-
YUV140.77178.92175.95-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.39%
GREEN value IS 89 (35.16% from 255) = 16.86%
BLUE value IS 231 (90.62% from 255) = 43.75%
R=39.39%
G=16.86%
B=43.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal208892310.100.6100.09290.2874.7462.75
HexD059E7A3D091224b3f
Octal320131347127501144211377
Binary110100001011001111001111010111101010011001000101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D059E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D059E7; }

 p { color: rgb(208,89,231); }

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

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

 a { background-color: rgb(208,89,231); }

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

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

 span { border-color: rgb(208,89,231); }

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