Html Css Color HEX #D050EE Medium Orchid

📋 copy color: '#D050EE'

red 208 ◦ green 80 ◦ blue 238

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

Shades of Medium Orchid #D050EE

Tints of Medium Orchid #D050EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.25%

R = 39.54%
G = 15.21%
B = 45.25%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D050EE (or 0xD050EE) is known color: Medium Orchid. HEX triplet: D0, 50 and EE. RGB value is (208,80,238). Sum of RGB (Red+Green+Blue) = 208+80+238=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 80 (31.64% from 255 or 15.21% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #D050EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D050EE is #2FAF11. Grayscale: #878787. Windows color (decimal): -3125010 or 15618256. OLE color: 15618256.

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

Color convert

RGB 208 80 238 -
CMYK 0.13 0.66 0 0.07
HSL 288.61º 0.82% 0.62% -
HSV(B) 288.61º 0.66% 0.93% -
XYZ 44.31 25.32 83.44 -
YUV 136.28 185.41 179.15 -
System Red Green Blue C M Y K H S L
Decimal 208 80 238 0.13 0.66 0 0.07 288.61 0.82 0.62
Hex D0 50 EE D 42 0 7 121 52 3E
Octal 320 120 356 15 102 0 7 441 122 76
Binary 11010000 1010000 11101110 1101 1000010 0 111 100100001 1010010 111110

Color Harmonies of #D050EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D050EE

Black with #D050EE

Text Example


Text Example

White with #D050EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D050EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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