Html Css Color HEX #D049DF Medium Orchid

📋 copy color: '#D049DF'

red 208 ◦ green 73 ◦ blue 223

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

Shades of Medium Orchid #D049DF

Tints of Medium Orchid #D049DF

RGB

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

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

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

R = 41.27%
G = 14.48%
B = 44.25%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D049DF (or 0xD049DF) is known color: Medium Orchid. HEX triplet: D0, 49 and DF. RGB value is (208,73,223). Sum of RGB (Red+Green+Blue) = 208+73+223=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 73 (28.91% from 255 or 14.48% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #D049DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D049DF is #2FB620. Grayscale: #828282. Windows color (decimal): -3126817 or 14633424. OLE color: 14633424.

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

Color convert

RGB 208 73 223 -
CMYK 0.07 0.67 0 0.13
HSL 294º 0.7% 0.58% -
HSV(B) 294º 0.67% 0.87% -
XYZ 41.71 23.5 72.15 -
YUV 130.47 180.23 183.3 -
System Red Green Blue C M Y K H S L
Decimal 208 73 223 0.07 0.67 0 0.13 294 0.7 0.58
Hex D0 49 DF 7 43 0 D 126 46 3A
Octal 320 111 337 7 103 0 15 446 106 72
Binary 11010000 1001001 11011111 111 1000011 0 1101 100100110 1000110 111010

Color Harmonies of #D049DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D049DF

Black with #D049DF

Text Example


Text Example

White with #D049DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D049DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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