Html Css Color HEX #D050DF Medium Orchid

📋 copy color: '#D050DF'

red 208 ◦ green 80 ◦ blue 223

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

Shades of Medium Orchid #D050DF

Tints of Medium Orchid #D050DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.64%

R = 40.7%
G = 15.66%
B = 43.64%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D050DF (or 0xD050DF) is known color: Medium Orchid. HEX triplet: D0, 50 and DF. RGB value is (208,80,223). Sum of RGB (Red+Green+Blue) = 208+80+223=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 80 (31.64% from 255 or 15.66% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #D050DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D050DF is #2FAF20. Grayscale: #868686. Windows color (decimal): -3125025 or 14635216. OLE color: 14635216.

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

Color convert

RGB 208 80 223 -
CMYK 0.07 0.64 0 0.13
HSL 293.71º 0.69% 0.59% -
HSV(B) 293.71º 0.64% 0.87% -
XYZ 42.2 24.47 72.31 -
YUV 134.57 177.91 180.37 -
System Red Green Blue C M Y K H S L
Decimal 208 80 223 0.07 0.64 0 0.13 293.71 0.69 0.59
Hex D0 50 DF 7 40 0 D 126 45 3B
Octal 320 120 337 7 100 0 15 446 105 73
Binary 11010000 1010000 11011111 111 1000000 0 1101 100100110 1000101 111011

Color Harmonies of #D050DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D050DF

Black with #D050DF

Text Example


Text Example

White with #D050DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D050DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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