Html Css Color HEX #D137EB Medium Orchid

📋 copy color: '#D137EB'

red 209 ◦ green 55 ◦ blue 235

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

Shades of Medium Orchid #D137EB

Tints of Medium Orchid #D137EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.09%

R = 41.88%
G = 11.02%
B = 47.09%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D137EB (or 0xD137EB) is known color: Medium Orchid. HEX triplet: D1, 37 and EB. RGB value is (209,55,235). Sum of RGB (Red+Green+Blue) = 209+55+235=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 55 (21.88% from 255 or 11.02% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #D137EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D137EB is #2EC814. Grayscale: #797979. Windows color (decimal): -3065877 or 15415249. OLE color: 15415249.

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

Color convert

RGB 209 55 235 -
CMYK 0.11 0.77 0 0.08
HSL 291.33º 0.82% 0.57% -
HSV(B) 291.33º 0.77% 0.92% -
XYZ 42.66 22.29 80.65 -
YUV 121.57 192.02 190.36 -
System Red Green Blue C M Y K H S L
Decimal 209 55 235 0.11 0.77 0 0.08 291.33 0.82 0.57
Hex D1 37 EB B 4D 0 8 123 52 39
Octal 321 67 353 13 115 0 10 443 122 71
Binary 11010001 110111 11101011 1011 1001101 0 1000 100100011 1010010 111001

Color Harmonies of #D137EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D137EB

Black with #D137EB

Text Example


Text Example

White with #D137EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D137EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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