#D059E0

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

Shades of Medium Orchid #D059E0

Tints of Medium Orchid #D059E0

Color information

#D059E0 (or 0xD059E0) is unknown color: approx Medium Orchid. HEX triplet: D0, 59 and E0. RGB value is (208,89,224). Sum of RGB (Red+Green+Blue) = 208+89+224=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 89 (35.16% from 255 or 17.08% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #D059E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D059E0 is #2FA61F. Grayscale: #8B8B8B. Windows color (decimal): -3122720 or 14703056. OLE color: 14703056.

HSL color Cylindrical-coordinate representation of color #D059E0: hue angle of 292.89º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D059E0 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20889224-
CMYK0.070.6000.12
HSL292.89º68.53%61.37%-
HSV(B)292.89º60.27%87.84%-
XYZ43.0425.9473.26-
YUV139.97175.42176.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.92%
GREEN value IS 89 (35.16% from 255) = 17.08%
BLUE value IS 224 (87.89% from 255) = 42.99%
R=39.92%
G=17.08%
B=42.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal208892240.070.6000.12292.8968.5361.37
HexD059E073C0C125453d
Octal32013134077401444510575
Binary11010000101100111100000111111100011001001001011000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D059E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D059E0; }

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

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

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

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

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

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

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

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