Html Css Color HEX #D037E0 Medium Orchid

📋 copy color: '#D037E0'

red 208 ◦ green 55 ◦ blue 224

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

Shades of Medium Orchid #D037E0

Tints of Medium Orchid #D037E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46%

R = 42.71%
G = 11.29%
B = 46%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D037E0 (or 0xD037E0) is known color: Medium Orchid. HEX triplet: D0, 37 and E0. RGB value is (208,55,224). Sum of RGB (Red+Green+Blue) = 208+55+224=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 55 (21.88% from 255 or 11.29% from 487); Blue value is 224 (87.89% from 255 or 46.00% from 487); Max value from RGB is 224 - color contains mainly: blue. Hex color #D037E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D037E0 is #2FC81F. Grayscale: #777777. Windows color (decimal): -3131424 or 14694352. OLE color: 14694352.

HSL color Cylindrical-coordinate representation of color #D037E0: hue angle of 294.32º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D037E0 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 55 224 -
CMYK 0.07 0.75 0 0.12
HSL 294.32º 0.73% 0.55% -
HSV(B) 294.32º 0.75% 0.88% -
XYZ 40.83 21.52 72.52 -
YUV 120.01 186.69 190.76 -
System Red Green Blue C M Y K H S L
Decimal 208 55 224 0.07 0.75 0 0.12 294.32 0.73 0.55
Hex D0 37 E0 7 4B 0 C 126 49 37
Octal 320 67 340 7 113 0 14 446 111 67
Binary 11010000 110111 11100000 111 1001011 0 1100 100100110 1001001 110111

Color Harmonies of #D037E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D037E0

Black with #D037E0

Text Example


Text Example

White with #D037E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D037E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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