Html Css Color HEX #D051ED Medium Orchid

📋 copy color: '#D051ED'

red 208 ◦ green 81 ◦ blue 237

#D051ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #D051ED

Tints of Medium Orchid #D051ED

RGB

 RED value IS 208 (81.64% from 255) = 39.54%

 GREEN value IS 81 (32.03% from 255) = 15.4%

 BLUE value IS 237 (92.97% from 255) = 45.06%

R = 39.54%
G = 15.4%
B = 45.06%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D051ED (or 0xD051ED) is known color: 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

RGB 208 81 237 -
CMYK 0.12 0.66 0 0.07
HSL 288.85º 0.81% 0.62% -
HSV(B) 288.85º 0.66% 0.93% -
XYZ 44.24 25.41 82.69 -
YUV 136.76 184.58 178.82 -
System Red Green Blue C M Y K H S L
Decimal 208 81 237 0.12 0.66 0 0.07 288.85 0.81 0.62
Hex D0 51 ED C 42 0 7 121 51 3E
Octal 320 121 355 14 102 0 7 441 121 76
Binary 11010000 1010001 11101101 1100 1000010 0 111 100100001 1010001 111110

Color Harmonies of #D051ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D051ED

Black with #D051ED

Text Example


Text Example

White with #D051ED

Text Example


Text Example

HTML Codes & Css Web 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>