#D051DE

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

Shades of Medium Orchid #D051DE

Tints of Medium Orchid #D051DE

Color information

#D051DE (or 0xD051DE) is unknown color: approx Medium Orchid. HEX triplet: D0, 51 and DE. RGB value is (208,81,222). Sum of RGB (Red+Green+Blue) = 208+81+222=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 81 (32.03% from 255 or 15.85% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #D051DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D051DE is #2FAE21. Grayscale: #868686. Windows color (decimal): -3124770 or 14569936. OLE color: 14569936.

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

Color convert

RGB20881222-
CMYK0.060.6400.13
HSL294.04º68.12%59.41%-
HSV(B)294.04º63.51%87.06%-
XYZ42.1424.5771.63-
YUV135.05177.08180.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.70%
GREEN value IS 81 (32.03% from 255) = 15.85%
BLUE value IS 222 (87.11% from 255) = 43.44%
R=40.70%
G=15.85%
B=43.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal208812220.060.6400.13294.0468.1259.41
HexD051DE6400D126443b
Octal320121336610001544610473
Binary110100001010001110111101101000000011011001001101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D051DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D051DE; }

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

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

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

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

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

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

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

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