Html Css Color HEX #D037EB Medium Orchid

📋 copy color: '#D037EB'

red 208 ◦ green 55 ◦ blue 235

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

Shades of Medium Orchid #D037EB

Tints of Medium Orchid #D037EB

RGB

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

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

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

R = 41.77%
G = 11.04%
B = 47.19%

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

#D037EB (or 0xD037EB) is known color: Medium Orchid. HEX triplet: D0, 37 and EB. RGB value is (208,55,235). Sum of RGB (Red+Green+Blue) = 208+55+235=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 55 (21.88% from 255 or 11.04% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #D037EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D037EB is #2FC814. Grayscale: #787878. Windows color (decimal): -3131413 or 15415248. OLE color: 15415248.

HSL color Cylindrical-coordinate representation of color #D037EB: hue angle of 291º 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 #D037EB is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 55 235 -
CMYK 0.11 0.77 0 0.08
HSL 291º 0.82% 0.57% -
HSV(B) 291º 0.77% 0.92% -
XYZ 42.37 22.14 80.64 -
YUV 121.27 192.19 189.86 -
System Red Green Blue C M Y K H S L
Decimal 208 55 235 0.11 0.77 0 0.08 291 0.82 0.57
Hex D0 37 EB B 4D 0 8 123 52 39
Octal 320 67 353 13 115 0 10 443 122 71
Binary 11010000 110111 11101011 1011 1001101 0 1000 100100011 1010010 111001

Color Harmonies of #D037EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D037EB

Black with #D037EB

Text Example


Text Example

White with #D037EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D037EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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