Html Css Color HEX #D139F1 Medium Orchid

📋 copy color: '#D139F1'

red 209 ◦ green 57 ◦ blue 241

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

Shades of Medium Orchid #D139F1

Tints of Medium Orchid #D139F1

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.24%

 BLUE value IS 241 (94.53% from 255) = 47.53%

R = 41.22%
G = 11.24%
B = 47.53%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D139F1 (or 0xD139F1) is known color: Medium Orchid. HEX triplet: D1, 39 and F1. RGB value is (209,57,241). Sum of RGB (Red+Green+Blue) = 209+57+241=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 57 (22.66% from 255 or 11.24% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #D139F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D139F1 is #2EC60E. Grayscale: #7A7A7A. Windows color (decimal): -3065359 or 15808977. OLE color: 15808977.

HSL color Cylindrical-coordinate representation of color #D139F1: hue angle of 289.57º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D139F1 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 57 241 -
CMYK 0.13 0.76 0 0.05
HSL 289.57º 0.87% 0.58% -
HSV(B) 289.57º 0.76% 0.95% -
XYZ 43.63 22.83 85.33 -
YUV 123.42 194.36 189.04 -
System Red Green Blue C M Y K H S L
Decimal 209 57 241 0.13 0.76 0 0.05 289.57 0.87 0.58
Hex D1 39 F1 D 4C 0 5 122 57 3A
Octal 321 71 361 15 114 0 5 442 127 72
Binary 11010001 111001 11110001 1101 1001100 0 101 100100010 1010111 111010

Color Harmonies of #D139F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D139F1

Black with #D139F1

Text Example


Text Example

White with #D139F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D139F1; }

 p { color: rgb(209,57,241); }

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

background-color css

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

 a { background-color: rgb(209,57,241); }

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

border-color css

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

 span { border-color: rgb(209,57,241); }

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