Html Css Color HEX #D048DD Medium Orchid

📋 copy color: '#D048DD'

red 208 ◦ green 72 ◦ blue 221

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

Shades of Medium Orchid #D048DD

Tints of Medium Orchid #D048DD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.37%

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

R = 41.52%
G = 14.37%
B = 44.11%

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

#D048DD (or 0xD048DD) is known color: Medium Orchid. HEX triplet: D0, 48 and DD. RGB value is (208,72,221). Sum of RGB (Red+Green+Blue) = 208+72+221=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 72 (28.52% from 255 or 14.37% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #D048DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D048DD is #2FB722. Grayscale: #818181. Windows color (decimal): -3127075 or 14502096. OLE color: 14502096.

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

Color convert

RGB 208 72 221 -
CMYK 0.06 0.67 0 0.13
HSL 294.77º 0.69% 0.57% -
HSV(B) 294.77º 0.67% 0.87% -
XYZ 41.38 23.27 70.72 -
YUV 129.65 179.56 183.88 -
System Red Green Blue C M Y K H S L
Decimal 208 72 221 0.06 0.67 0 0.13 294.77 0.69 0.57
Hex D0 48 DD 6 43 0 D 127 45 39
Octal 320 110 335 6 103 0 15 447 105 71
Binary 11010000 1001000 11011101 110 1000011 0 1101 100100111 1000101 111001

Color Harmonies of #D048DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D048DD

Black with #D048DD

Text Example


Text Example

White with #D048DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D048DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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