Html Css Color HEX #D049DD Medium Orchid

📋 copy color: '#D049DD'

red 208 ◦ green 73 ◦ blue 221

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

Shades of Medium Orchid #D049DD

Tints of Medium Orchid #D049DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.02%

R = 41.43%
G = 14.54%
B = 44.02%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D049DD (or 0xD049DD) is known color: Medium Orchid. HEX triplet: D0, 49 and DD. RGB value is (208,73,221). Sum of RGB (Red+Green+Blue) = 208+73+221=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 73 (28.91% from 255 or 14.54% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #D049DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D049DD is #2FB622. Grayscale: #818181. Windows color (decimal): -3126819 or 14502352. OLE color: 14502352.

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

Color convert

RGB 208 73 221 -
CMYK 0.06 0.67 0 0.13
HSL 294.73º 0.69% 0.58% -
HSV(B) 294.73º 0.67% 0.87% -
XYZ 41.45 23.4 70.74 -
YUV 130.24 179.23 183.47 -
System Red Green Blue C M Y K H S L
Decimal 208 73 221 0.06 0.67 0 0.13 294.73 0.69 0.58
Hex D0 49 DD 6 43 0 D 127 45 3A
Octal 320 111 335 6 103 0 15 447 105 72
Binary 11010000 1001001 11011101 110 1000011 0 1101 100100111 1000101 111010

Color Harmonies of #D049DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D049DD

Black with #D049DD

Text Example


Text Example

White with #D049DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D049DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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