#D051E0

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

Shades of Medium Orchid #D051E0

Tints of Medium Orchid #D051E0

Color information

#D051E0 (or 0xD051E0) is unknown color: approx Medium Orchid. HEX triplet: D0, 51 and E0. RGB value is (208,81,224). Sum of RGB (Red+Green+Blue) = 208+81+224=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 81 (32.03% from 255 or 15.79% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 224 - color contains mainly: blue. Hex color #D051E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D051E0 is #2FAE1F. Grayscale: #868686. Windows color (decimal): -3124768 or 14701008. OLE color: 14701008.

HSL color Cylindrical-coordinate representation of color #D051E0: hue angle of 293.29º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D051E0 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20881224-
CMYK0.070.6400.12
HSL293.29º69.76%59.8%-
HSV(B)293.29º63.84%87.84%-
XYZ42.4124.6873.05-
YUV135.28178.08179.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.55%
GREEN value IS 81 (32.03% from 255) = 15.79%
BLUE value IS 224 (87.89% from 255) = 43.66%
R=40.55%
G=15.79%
B=43.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal208812240.070.6400.12293.2969.7659.8
HexD051E07400C125463c
Octal320121340710001444510674
Binary110100001010001111000001111000000011001001001011000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D051E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D051E0; }

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

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

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

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

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

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

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

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