Html Css Color HEX #D036DD Medium Orchid

📋 copy color: '#D036DD'

red 208 ◦ green 54 ◦ blue 221

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

Shades of Medium Orchid #D036DD

Tints of Medium Orchid #D036DD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.18%

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

R = 43.06%
G = 11.18%
B = 45.76%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D036DD (or 0xD036DD) is known color: Medium Orchid. HEX triplet: D0, 36 and DD. RGB value is (208,54,221). Sum of RGB (Red+Green+Blue) = 208+54+221=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 54 (21.48% from 255 or 11.18% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #D036DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D036DD is #2FC922. Grayscale: #767676. Windows color (decimal): -3131683 or 14497488. OLE color: 14497488.

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

Color convert

RGB 208 54 221 -
CMYK 0.06 0.76 0 0.13
HSL 295.33º 0.71% 0.54% -
HSV(B) 295.33º 0.76% 0.87% -
XYZ 40.38 21.27 70.38 -
YUV 119.08 185.52 191.42 -
System Red Green Blue C M Y K H S L
Decimal 208 54 221 0.06 0.76 0 0.13 295.33 0.71 0.54
Hex D0 36 DD 6 4C 0 D 127 47 36
Octal 320 66 335 6 114 0 15 447 107 66
Binary 11010000 110110 11011101 110 1001100 0 1101 100100111 1000111 110110

Color Harmonies of #D036DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D036DD

Black with #D036DD

Text Example


Text Example

White with #D036DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D036DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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