Html Css Color HEX #D137EC Medium Orchid

📋 copy color: '#D137EC'

red 209 ◦ green 55 ◦ blue 236

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

Shades of Medium Orchid #D137EC

Tints of Medium Orchid #D137EC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11%

 BLUE value IS 236 (92.58% from 255) = 47.2%

R = 41.8%
G = 11%
B = 47.2%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D137EC (or 0xD137EC) is known color: Medium Orchid. HEX triplet: D1, 37 and EC. RGB value is (209,55,236). Sum of RGB (Red+Green+Blue) = 209+55+236=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 55 (21.88% from 255 or 11% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #D137EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D137EC is #2EC813. Grayscale: #797979. Windows color (decimal): -3065876 or 15480785. OLE color: 15480785.

HSL color Cylindrical-coordinate representation of color #D137EC: hue angle of 291.05º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D137EC is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 55 236 -
CMYK 0.11 0.77 0 0.07
HSL 291.05º 0.83% 0.57% -
HSV(B) 291.05º 0.77% 0.93% -
XYZ 42.8 22.34 81.41 -
YUV 121.68 192.52 190.28 -
System Red Green Blue C M Y K H S L
Decimal 209 55 236 0.11 0.77 0 0.07 291.05 0.83 0.57
Hex D1 37 EC B 4D 0 7 123 53 39
Octal 321 67 354 13 115 0 7 443 123 71
Binary 11010001 110111 11101100 1011 1001101 0 111 100100011 1010011 111001

Color Harmonies of #D137EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D137EC

Black with #D137EC

Text Example


Text Example

White with #D137EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D137EC; }

 p { color: rgb(209,55,236); }

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

background-color css

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

 a { background-color: rgb(209,55,236); }

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

border-color css

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

 span { border-color: rgb(209,55,236); }

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