#D04DDD

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

Shades of Medium Orchid #D04DDD

Tints of Medium Orchid #D04DDD

Color information

#D04DDD (or 0xD04DDD) is unknown color: approx Medium Orchid. HEX triplet: D0, 4D and DD. RGB value is (208,77,221). Sum of RGB (Red+Green+Blue) = 208+77+221=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 77 (30.47% from 255 or 15.22% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #D04DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04DDD is #2FB222. Grayscale: #848484. Windows color (decimal): -3125795 or 14503376. OLE color: 14503376.

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

Color convert

RGB20877221-
CMYK0.060.6500.13
HSL294.58º67.92%58.43%-
HSV(B)294.58º65.16%86.67%-
XYZ41.7223.9470.83-
YUV132.58177.9181.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.11%
GREEN value IS 77 (30.47% from 255) = 15.22%
BLUE value IS 221 (86.72% from 255) = 43.68%
R=41.11%
G=15.22%
B=43.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal208772210.060.6500.13294.5867.9258.43
HexD04DDD6410D127443a
Octal320115335610101544710472
Binary110100001001101110111011101000001011011001001111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04DDD; }

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

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

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

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

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

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

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

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