Html Css Color HEX #D050EC Medium Orchid

📋 copy color: '#D050EC'

red 208 ◦ green 80 ◦ blue 236

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

Shades of Medium Orchid #D050EC

Tints of Medium Orchid #D050EC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.27%

 BLUE value IS 236 (92.58% from 255) = 45.04%

R = 39.69%
G = 15.27%
B = 45.04%

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

#D050EC (or 0xD050EC) is known color: Medium Orchid. HEX triplet: D0, 50 and EC. RGB value is (208,80,236). Sum of RGB (Red+Green+Blue) = 208+80+236=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 80 (31.64% from 255 or 15.27% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #D050EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D050EC is #2FAF13. Grayscale: #878787. Windows color (decimal): -3125012 or 15487184. OLE color: 15487184.

HSL color Cylindrical-coordinate representation of color #D050EC: hue angle of 289.23º degrees, saturation: 0.8, 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 #D050EC is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 80 236 -
CMYK 0.12 0.66 0 0.07
HSL 289.23º 0.8% 0.62% -
HSV(B) 289.23º 0.66% 0.93% -
XYZ 44.02 25.2 81.9 -
YUV 136.06 184.41 179.32 -
System Red Green Blue C M Y K H S L
Decimal 208 80 236 0.12 0.66 0 0.07 289.23 0.8 0.62
Hex D0 50 EC C 42 0 7 121 50 3E
Octal 320 120 354 14 102 0 7 441 120 76
Binary 11010000 1010000 11101100 1100 1000010 0 111 100100001 1010000 111110

Color Harmonies of #D050EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D050EC

Black with #D050EC

Text Example


Text Example

White with #D050EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D050EC; }

 p { color: rgb(208,80,236); }

 H1.HeaderClassName
 {
   color: #D050EC;
 }
 .AnyTagClassName
 {
   color: #D050EC;
 }
</style>

background-color css

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

 a { background-color: rgb(208,80,236); }

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

border-color css

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

 span { border-color: rgb(208,80,236); }

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