Html Css Color HEX #D149EF Medium Orchid

📋 copy color: '#D149EF'

red 209 ◦ green 73 ◦ blue 239

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

Shades of Medium Orchid #D149EF

Tints of Medium Orchid #D149EF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.01%

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

R = 40.12%
G = 14.01%
B = 45.87%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D149EF (or 0xD149EF) is known color: Medium Orchid. HEX triplet: D1, 49 and EF. RGB value is (209,73,239). Sum of RGB (Red+Green+Blue) = 209+73+239=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 73 (28.91% from 255 or 14.01% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #D149EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D149EF is #2EB610. Grayscale: #848484. Windows color (decimal): -3061265 or 15682001. OLE color: 15682001.

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

Color convert

RGB 209 73 239 -
CMYK 0.13 0.69 0 0.06
HSL 289.16º 0.84% 0.61% -
HSV(B) 289.16º 0.69% 0.94% -
XYZ 44.26 24.55 84.07 -
YUV 132.59 188.06 182.5 -
System Red Green Blue C M Y K H S L
Decimal 209 73 239 0.13 0.69 0 0.06 289.16 0.84 0.61
Hex D1 49 EF D 45 0 6 121 54 3D
Octal 321 111 357 15 105 0 6 441 124 75
Binary 11010001 1001001 11101111 1101 1000101 0 110 100100001 1010100 111101

Color Harmonies of #D149EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D149EF

Black with #D149EF

Text Example


Text Example

White with #D149EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D149EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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