Html Css Color HEX #D137F4 Medium Orchid

📋 copy color: '#D137F4'

red 209 ◦ green 55 ◦ blue 244

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

Shades of Medium Orchid #D137F4

Tints of Medium Orchid #D137F4

RGB

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

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

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

R = 41.14%
G = 10.83%
B = 48.03%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D137F4 (or 0xD137F4) is known color: Medium Orchid. HEX triplet: D1, 37 and F4. RGB value is (209,55,244). Sum of RGB (Red+Green+Blue) = 209+55+244=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 55 (21.88% from 255 or 10.83% from 508); Blue value is 244 (95.70% from 255 or 48.03% from 508); Max value from RGB is 244 - color contains mainly: blue. Hex color #D137F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D137F4 is #2EC80B. Grayscale: #797979. Windows color (decimal): -3065868 or 16005073. OLE color: 16005073.

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

Color convert

RGB 209 55 244 -
CMYK 0.14 0.77 0 0.04
HSL 288.89º 0.9% 0.59% -
HSV(B) 288.89º 0.77% 0.96% -
XYZ 43.99 22.82 87.67 -
YUV 122.59 196.52 189.63 -
System Red Green Blue C M Y K H S L
Decimal 209 55 244 0.14 0.77 0 0.04 288.89 0.9 0.59
Hex D1 37 F4 E 4D 0 4 121 5A 3B
Octal 321 67 364 16 115 0 4 441 132 73
Binary 11010001 110111 11110100 1110 1001101 0 100 100100001 1011010 111011

Color Harmonies of #D137F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D137F4

Black with #D137F4

Text Example


Text Example

White with #D137F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D137F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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