#D049DD

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

Shades of Medium Orchid #D049DD

Tints of Medium Orchid #D049DD

Color information

#D049DD (or 0xD049DD) is unknown color: approx Medium Orchid. HEX triplet: D0, 49 and DD. RGB value is (208,73,221). Sum of RGB (Red+Green+Blue) = 208+73+221=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 73 (28.91% from 255 or 14.54% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #D049DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D049DD is #2FB622. Grayscale: #818181. Windows color (decimal): -3126819 or 14502352. OLE color: 14502352.

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

Color convert

RGB20873221-
CMYK0.060.6700.13
HSL294.73º68.52%57.65%-
HSV(B)294.73º66.97%86.67%-
XYZ41.4523.470.74-
YUV130.24179.23183.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.43%
GREEN value IS 73 (28.91% from 255) = 14.54%
BLUE value IS 221 (86.72% from 255) = 44.02%
R=41.43%
G=14.54%
B=44.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal208732210.060.6700.13294.7368.5257.65
HexD049DD6430D127453a
Octal320111335610301544710572
Binary110100001001001110111011101000011011011001001111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D049DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D049DD; }

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

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

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

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

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

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

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

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