#D051ED

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

Shades of Medium Orchid #D051ED

Tints of Medium Orchid #D051ED

Color information

#D051ED (or 0xD051ED) is unknown color: approx Medium Orchid. HEX triplet: D0, 51 and ED. RGB value is (208,81,237). Sum of RGB (Red+Green+Blue) = 208+81+237=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 81 (32.03% from 255 or 15.40% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #D051ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D051ED is #2FAE12. Grayscale: #888888. Windows color (decimal): -3124755 or 15552976. OLE color: 15552976.

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

Color convert

RGB20881237-
CMYK0.120.6600.07
HSL288.85º81.25%62.35%-
HSV(B)288.85º65.82%92.94%-
XYZ44.2425.4182.69-
YUV136.76184.58178.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.54%
GREEN value IS 81 (32.03% from 255) = 15.40%
BLUE value IS 237 (92.97% from 255) = 45.06%
R=39.54%
G=15.40%
B=45.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal208812370.120.6600.07288.8581.2562.35
HexD051EDC4207121513e
Octal320121355141020744112176
Binary110100001010001111011011100100001001111001000011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D051ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D051ED; }

 p { color: rgb(208,81,237); }

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

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

 a { background-color: rgb(208,81,237); }

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

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

 span { border-color: rgb(208,81,237); }

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