Html Css Color HEX #D050EF Medium Orchid

📋 copy color: '#D050EF'

red 208 ◦ green 80 ◦ blue 239

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

Shades of Medium Orchid #D050EF

Tints of Medium Orchid #D050EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.35%

R = 39.47%
G = 15.18%
B = 45.35%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D050EF (or 0xD050EF) is known color: Medium Orchid. HEX triplet: D0, 50 and EF. RGB value is (208,80,239). Sum of RGB (Red+Green+Blue) = 208+80+239=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 80 (31.64% from 255 or 15.18% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #D050EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D050EF is #2FAF10. Grayscale: #878787. Windows color (decimal): -3125009 or 15683792. OLE color: 15683792.

HSL color Cylindrical-coordinate representation of color #D050EF: hue angle of 288.3º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D050EF is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 80 239 -
CMYK 0.13 0.67 0 0.06
HSL 288.3º 0.83% 0.63% -
HSV(B) 288.3º 0.67% 0.94% -
XYZ 44.46 25.38 84.22 -
YUV 136.4 185.91 179.07 -
System Red Green Blue C M Y K H S L
Decimal 208 80 239 0.13 0.67 0 0.06 288.3 0.83 0.63
Hex D0 50 EF D 43 0 6 120 53 3F
Octal 320 120 357 15 103 0 6 440 123 77
Binary 11010000 1010000 11101111 1101 1000011 0 110 100100000 1010011 111111

Color Harmonies of #D050EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D050EF

Black with #D050EF

Text Example


Text Example

White with #D050EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D050EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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