Html Css Color HEX #D139E8 Medium Orchid

📋 copy color: '#D139E8'

red 209 ◦ green 57 ◦ blue 232

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

Shades of Medium Orchid #D139E8

Tints of Medium Orchid #D139E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.59%

R = 41.97%
G = 11.45%
B = 46.59%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D139E8 (or 0xD139E8) is known color: Medium Orchid. HEX triplet: D1, 39 and E8. RGB value is (209,57,232). Sum of RGB (Red+Green+Blue) = 209+57+232=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 57 (22.66% from 255 or 11.45% from 498); Blue value is 232 (91.02% from 255 or 46.59% from 498); Max value from RGB is 232 - color contains mainly: blue. Hex color #D139E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D139E8 is #2EC617. Grayscale: #797979. Windows color (decimal): -3065368 or 15219153. OLE color: 15219153.

HSL color Cylindrical-coordinate representation of color #D139E8: hue angle of 292.11º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D139E8 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 209 57 232 -
CMYK 0.10 0.75 0 0.09
HSL 292.11º 0.79% 0.57% -
HSV(B) 292.11º 0.75% 0.91% -
XYZ 42.32 22.31 78.42 -
YUV 122.4 189.86 189.77 -
System Red Green Blue C M Y K H S L
Decimal 209 57 232 0.10 0.75 0 0.09 292.11 0.79 0.57
Hex D1 39 E8 A 4B 0 9 124 4F 39
Octal 321 71 350 12 113 0 11 444 117 71
Binary 11010001 111001 11101000 1010 1001011 0 1001 100100100 1001111 111001

Color Harmonies of #D139E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D139E8

Black with #D139E8

Text Example


Text Example

White with #D139E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D139E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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