#D040DD

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

Shades of Medium Orchid #D040DD

Tints of Medium Orchid #D040DD

Color information

#D040DD (or 0xD040DD) is unknown color: approx Medium Orchid. HEX triplet: D0, 40 and DD. RGB value is (208,64,221). Sum of RGB (Red+Green+Blue) = 208+64+221=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 64 (25.39% from 255 or 12.98% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #D040DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D040DD is #2FBF22. Grayscale: #7C7C7C. Windows color (decimal): -3129123 or 14500048. OLE color: 14500048.

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

Color convert

RGB20864221-
CMYK0.060.7100.13
HSL295.03º69.78%55.88%-
HSV(B)295.03º71.04%86.67%-
XYZ40.922.370.55-
YUV124.95182.21187.23-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.19%
GREEN value IS 64 (25.39% from 255) = 12.98%
BLUE value IS 221 (86.72% from 255) = 44.83%
R=42.19%
G=12.98%
B=44.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal208642210.060.7100.13295.0369.7855.88
HexD040DD6470D1274638
Octal320100335610701544710670
Binary110100001000000110111011101000111011011001001111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D040DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D040DD; }

 p { color: rgb(208,64,221); }

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

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

 a { background-color: rgb(208,64,221); }

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

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

 span { border-color: rgb(208,64,221); }

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