Html Css Color HEX #D136DD Medium Orchid

📋 copy color: '#D136DD'

red 209 ◦ green 54 ◦ blue 221

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

Shades of Medium Orchid #D136DD

Tints of Medium Orchid #D136DD

RGB

 RED value IS 209 (82.03% from 255) = 43.18%

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

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

R = 43.18%
G = 11.16%
B = 45.66%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D136DD (or 0xD136DD) is known color: Medium Orchid. HEX triplet: D1, 36 and DD. RGB value is (209,54,221). Sum of RGB (Red+Green+Blue) = 209+54+221=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 54 (21.48% from 255 or 11.16% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #D136DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D136DD is #2EC922. Grayscale: #767676. Windows color (decimal): -3066147 or 14497489. OLE color: 14497489.

HSL color Cylindrical-coordinate representation of color #D136DD: hue angle of 295.69º 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 #D136DD is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 54 221 -
CMYK 0.05 0.76 0 0.13
HSL 295.69º 0.71% 0.54% -
HSV(B) 295.69º 0.76% 0.87% -
XYZ 40.66 21.41 70.4 -
YUV 119.38 185.35 191.92 -
System Red Green Blue C M Y K H S L
Decimal 209 54 221 0.05 0.76 0 0.13 295.69 0.71 0.54
Hex D1 36 DD 5 4C 0 D 128 47 36
Octal 321 66 335 5 114 0 15 450 107 66
Binary 11010001 110110 11011101 101 1001100 0 1101 100101000 1000111 110110

Color Harmonies of #D136DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D136DD

Black with #D136DD

Text Example


Text Example

White with #D136DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D136DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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