#D32DE0

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

Shades of Medium Orchid #D32DE0

Tints of Medium Orchid #D32DE0

Color information

#D32DE0 (or 0xD32DE0) is unknown color: approx Medium Orchid. HEX triplet: D3, 2D and E0. RGB value is (211,45,224). Sum of RGB (Red+Green+Blue) = 211+45+224=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 45 (17.97% from 255 or 9.38% from 480); Blue value is 224 (87.89% from 255 or 46.67% from 480); Max value from RGB is 224 - color contains mainly: blue. Hex color #D32DE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32DE0 is #2CD21F. Grayscale: #727272. Windows color (decimal): -2937376 or 14691795. OLE color: 14691795.

HSL color Cylindrical-coordinate representation of color #D32DE0: hue angle of 295.64º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D32DE0 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21145224-
CMYK0.060.8000.12
HSL295.64º74.27%52.75%-
HSV(B)295.64º79.91%87.84%-
XYZ41.2621.1172.42-
YUV115.04189.5196.45-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.96%
GREEN value IS 45 (17.97% from 255) = 9.38%
BLUE value IS 224 (87.89% from 255) = 46.67%
R=43.96%
G=9.38%
B=46.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal211452240.060.8000.12295.6474.2752.75
HexD32DE06500C1284a35
Octal32355340612001445011265
Binary11010011101101111000001101010000011001001010001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D32DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D32DE0; }

 p { color: rgb(211,45,224); }

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

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

 a { background-color: rgb(211,45,224); }

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

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

 span { border-color: rgb(211,45,224); }

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