Html Css Color HEX #D037F4 Medium Orchid

📋 copy color: '#D037F4'

red 208 ◦ green 55 ◦ blue 244

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

Shades of Medium Orchid #D037F4

Tints of Medium Orchid #D037F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 48.13%

R = 41.03%
G = 10.85%
B = 48.13%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D037F4 (or 0xD037F4) is known color: Medium Orchid. HEX triplet: D0, 37 and F4. RGB value is (208,55,244). Sum of RGB (Red+Green+Blue) = 208+55+244=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 55 (21.88% from 255 or 10.85% from 507); Blue value is 244 (95.70% from 255 or 48.13% from 507); Max value from RGB is 244 - color contains mainly: blue. Hex color #D037F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D037F4 is #2FC80B. Grayscale: #797979. Windows color (decimal): -3131404 or 16005072. OLE color: 16005072.

HSL color Cylindrical-coordinate representation of color #D037F4: hue angle of 288.57º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D037F4 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 55 244 -
CMYK 0.15 0.77 0 0.04
HSL 288.57º 0.9% 0.59% -
HSV(B) 288.57º 0.77% 0.96% -
XYZ 43.71 22.67 87.66 -
YUV 122.29 196.69 189.13 -
System Red Green Blue C M Y K H S L
Decimal 208 55 244 0.15 0.77 0 0.04 288.57 0.9 0.59
Hex D0 37 F4 F 4D 0 4 121 5A 3B
Octal 320 67 364 17 115 0 4 441 132 73
Binary 11010000 110111 11110100 1111 1001101 0 100 100100001 1011010 111011

Color Harmonies of #D037F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D037F4

Black with #D037F4

Text Example


Text Example

White with #D037F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D037F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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