Html Css Color HEX #D131EC Medium Orchid

📋 copy color: '#D131EC'

red 209 ◦ green 49 ◦ blue 236

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

Shades of Medium Orchid #D131EC

Tints of Medium Orchid #D131EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.77%

R = 42.31%
G = 9.92%
B = 47.77%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D131EC (or 0xD131EC) is known color: Medium Orchid. HEX triplet: D1, 31 and EC. RGB value is (209,49,236). Sum of RGB (Red+Green+Blue) = 209+49+236=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 49 (19.53% from 255 or 9.92% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #D131EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D131EC is #2ECE13. Grayscale: #757575. Windows color (decimal): -3067412 or 15479249. OLE color: 15479249.

HSL color Cylindrical-coordinate representation of color #D131EC: hue angle of 291.34º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D131EC is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 49 236 -
CMYK 0.11 0.79 0 0.07
HSL 291.34º 0.83% 0.56% -
HSV(B) 291.34º 0.79% 0.93% -
XYZ 42.53 21.81 81.32 -
YUV 118.16 194.51 192.79 -
System Red Green Blue C M Y K H S L
Decimal 209 49 236 0.11 0.79 0 0.07 291.34 0.83 0.56
Hex D1 31 EC B 4F 0 7 123 53 38
Octal 321 61 354 13 117 0 7 443 123 70
Binary 11010001 110001 11101100 1011 1001111 0 111 100100011 1010011 111000

Color Harmonies of #D131EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D131EC

Black with #D131EC

Text Example


Text Example

White with #D131EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D131EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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