Html Css Color HEX #D136DE Medium Orchid

📋 copy color: '#D136DE'

red 209 ◦ green 54 ◦ blue 222

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

Shades of Medium Orchid #D136DE

Tints of Medium Orchid #D136DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.77%

R = 43.09%
G = 11.13%
B = 45.77%

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

#D136DE (or 0xD136DE) is known color: Medium Orchid. HEX triplet: D1, 36 and DE. RGB value is (209,54,222). Sum of RGB (Red+Green+Blue) = 209+54+222=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 54 (21.48% from 255 or 11.13% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #D136DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D136DE is #2EC921. Grayscale: #767676. Windows color (decimal): -3066146 or 14563025. OLE color: 14563025.

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

Color convert

RGB 209 54 222 -
CMYK 0.06 0.76 0 0.13
HSL 295.36º 0.72% 0.54% -
HSV(B) 295.36º 0.76% 0.87% -
XYZ 40.8 21.47 71.1 -
YUV 119.5 185.85 191.84 -
System Red Green Blue C M Y K H S L
Decimal 209 54 222 0.06 0.76 0 0.13 295.36 0.72 0.54
Hex D1 36 DE 6 4C 0 D 127 48 36
Octal 321 66 336 6 114 0 15 447 110 66
Binary 11010001 110110 11011110 110 1001100 0 1101 100100111 1001000 110110

Color Harmonies of #D136DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D136DE

Black with #D136DE

Text Example


Text Example

White with #D136DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D136DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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