Html Css Color HEX #D050DE Medium Orchid

📋 copy color: '#D050DE'

red 208 ◦ green 80 ◦ blue 222

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

Shades of Medium Orchid #D050DE

Tints of Medium Orchid #D050DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.53%

R = 40.78%
G = 15.69%
B = 43.53%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D050DE (or 0xD050DE) is known color: Medium Orchid. HEX triplet: D0, 50 and DE. RGB value is (208,80,222). Sum of RGB (Red+Green+Blue) = 208+80+222=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 80 (31.64% from 255 or 15.69% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #D050DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D050DE is #2FAF21. Grayscale: #868686. Windows color (decimal): -3125026 or 14569680. OLE color: 14569680.

HSL color Cylindrical-coordinate representation of color #D050DE: hue angle of 294.08º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D050DE is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 80 222 -
CMYK 0.06 0.64 0 0.13
HSL 294.08º 0.68% 0.59% -
HSV(B) 294.08º 0.64% 0.87% -
XYZ 42.07 24.42 71.6 -
YUV 134.46 177.41 180.45 -
System Red Green Blue C M Y K H S L
Decimal 208 80 222 0.06 0.64 0 0.13 294.08 0.68 0.59
Hex D0 50 DE 6 40 0 D 126 44 3B
Octal 320 120 336 6 100 0 15 446 104 73
Binary 11010000 1010000 11011110 110 1000000 0 1101 100100110 1000100 111011

Color Harmonies of #D050DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D050DE

Black with #D050DE

Text Example


Text Example

White with #D050DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D050DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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