#D04EDD

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

Shades of Medium Orchid #D04EDD

Tints of Medium Orchid #D04EDD

Color information

#D04EDD (or 0xD04EDD) is unknown color: approx Medium Orchid. HEX triplet: D0, 4E and DD. RGB value is (208,78,221). Sum of RGB (Red+Green+Blue) = 208+78+221=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 78 (30.86% from 255 or 15.38% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #D04EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04EDD is #2FB122. Grayscale: #848484. Windows color (decimal): -3125539 or 14503632. OLE color: 14503632.

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

Color convert

RGB20878221-
CMYK0.060.6500.13
HSL294.55º67.77%58.63%-
HSV(B)294.55º64.71%86.67%-
XYZ41.7924.0870.85-
YUV133.17177.57181.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.03%
GREEN value IS 78 (30.86% from 255) = 15.38%
BLUE value IS 221 (86.72% from 255) = 43.59%
R=41.03%
G=15.38%
B=43.59%

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
Decimal208782210.060.6500.13294.5567.7758.63
HexD04EDD6410D127443b
Octal320116335610101544710473
Binary110100001001110110111011101000001011011001001111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04EDD; }

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

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

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

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

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

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

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

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