#D04EEE

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

Shades of Medium Orchid #D04EEE

Tints of Medium Orchid #D04EEE

Color information

#D04EEE (or 0xD04EEE) is unknown color: approx Medium Orchid. HEX triplet: D0, 4E and EE. RGB value is (208,78,238). Sum of RGB (Red+Green+Blue) = 208+78+238=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 78 (30.86% from 255 or 14.89% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #D04EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D04EEE is #2FB111. Grayscale: #868686. Windows color (decimal): -3125522 or 15617744. OLE color: 15617744.

HSL color Cylindrical-coordinate representation of color #D04EEE: hue angle of 288.75º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04EEE is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20878238-
CMYK0.130.6700.07
HSL288.75º82.47%61.96%-
HSV(B)288.75º67.23%93.33%-
XYZ44.1725.0383.39-
YUV135.11186.07179.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.69%
GREEN value IS 78 (30.86% from 255) = 14.89%
BLUE value IS 238 (93.36% from 255) = 45.42%
R=39.69%
G=14.89%
B=45.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal208782380.130.6700.07288.7582.4761.96
HexD04EEED4307121523e
Octal320116356151030744112276
Binary110100001001110111011101101100001101111001000011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04EEE; }

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

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

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

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

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

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

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

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