Html Css Color HEX #D131EF Medium Orchid

📋 copy color: '#D131EF'

red 209 ◦ green 49 ◦ blue 239

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

Shades of Medium Orchid #D131EF

Tints of Medium Orchid #D131EF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.86%

 BLUE value IS 239 (93.75% from 255) = 48.09%

R = 42.05%
G = 9.86%
B = 48.09%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D131EF (or 0xD131EF) is known color: Medium Orchid. HEX triplet: D1, 31 and EF. RGB value is (209,49,239). Sum of RGB (Red+Green+Blue) = 209+49+239=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 49 (19.53% from 255 or 9.86% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #D131EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D131EF is #2ECE10. Grayscale: #757575. Windows color (decimal): -3067409 or 15675857. OLE color: 15675857.

HSL color Cylindrical-coordinate representation of color #D131EF: hue angle of 290.53º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D131EF is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 49 239 -
CMYK 0.13 0.79 0 0.06
HSL 290.53º 0.86% 0.56% -
HSV(B) 290.53º 0.79% 0.94% -
XYZ 42.97 21.98 83.64 -
YUV 118.5 196.01 192.55 -
System Red Green Blue C M Y K H S L
Decimal 209 49 239 0.13 0.79 0 0.06 290.53 0.86 0.56
Hex D1 31 EF D 4F 0 6 123 56 38
Octal 321 61 357 15 117 0 6 443 126 70
Binary 11010001 110001 11101111 1101 1001111 0 110 100100011 1010110 111000

Color Harmonies of #D131EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D131EF

Black with #D131EF

Text Example


Text Example

White with #D131EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D131EF; }

 p { color: rgb(209,49,239); }

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

background-color css

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

 a { background-color: rgb(209,49,239); }

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

border-color css

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

 span { border-color: rgb(209,49,239); }

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