Html Css Color HEX #D049D8 Medium Orchid

📋 copy color: '#D049D8'

red 208 ◦ green 73 ◦ blue 216

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

Shades of Medium Orchid #D049D8

Tints of Medium Orchid #D049D8

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.69%

 BLUE value IS 216 (84.77% from 255) = 43.46%

R = 41.85%
G = 14.69%
B = 43.46%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D049D8 (or 0xD049D8) is known color: Medium Orchid. HEX triplet: D0, 49 and D8. RGB value is (208,73,216). Sum of RGB (Red+Green+Blue) = 208+73+216=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 73 (28.91% from 255 or 14.69% from 497); Blue value is 216 (84.77% from 255 or 43.46% from 497); Max value from RGB is 216 - color contains mainly: blue. Hex color #D049D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D049D8 is #2FB627. Grayscale: #818181. Windows color (decimal): -3126824 or 14174672. OLE color: 14174672.

HSL color Cylindrical-coordinate representation of color #D049D8: hue angle of 296.64º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D049D8 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 73 216 -
CMYK 0.04 0.66 0 0.15
HSL 296.64º 0.65% 0.57% -
HSV(B) 296.64º 0.66% 0.85% -
XYZ 40.79 23.13 67.28 -
YUV 129.67 176.73 183.87 -
System Red Green Blue C M Y K H S L
Decimal 208 73 216 0.04 0.66 0 0.15 296.64 0.65 0.57
Hex D0 49 D8 4 42 0 F 129 41 39
Octal 320 111 330 4 102 0 17 451 101 71
Binary 11010000 1001001 11011000 100 1000010 0 1111 100101001 1000001 111001

Color Harmonies of #D049D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D049D8

Black with #D049D8

Text Example


Text Example

White with #D049D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D049D8; }

 p { color: rgb(208,73,216); }

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

background-color css

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

 a { background-color: rgb(208,73,216); }

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

border-color css

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

 span { border-color: rgb(208,73,216); }

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