Html Css Color HEX #D141EF Medium Orchid

📋 copy color: '#D141EF'

red 209 ◦ green 65 ◦ blue 239

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

Shades of Medium Orchid #D141EF

Tints of Medium Orchid #D141EF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.67%

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

R = 40.74%
G = 12.67%
B = 46.59%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D141EF (or 0xD141EF) is known color: Medium Orchid. HEX triplet: D1, 41 and EF. RGB value is (209,65,239). Sum of RGB (Red+Green+Blue) = 209+65+239=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 65 (25.78% from 255 or 12.67% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #D141EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D141EF is #2EBE10. Grayscale: #7F7F7F. Windows color (decimal): -3063313 or 15679953. OLE color: 15679953.

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

Color convert

RGB 209 65 239 -
CMYK 0.13 0.73 0 0.06
HSL 289.66º 0.84% 0.6% -
HSV(B) 289.66º 0.73% 0.94% -
XYZ 43.76 23.57 83.9 -
YUV 127.89 190.71 185.85 -
System Red Green Blue C M Y K H S L
Decimal 209 65 239 0.13 0.73 0 0.06 289.66 0.84 0.6
Hex D1 41 EF D 49 0 6 122 54 3C
Octal 321 101 357 15 111 0 6 442 124 74
Binary 11010001 1000001 11101111 1101 1001001 0 110 100100010 1010100 111100

Color Harmonies of #D141EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D141EF

Black with #D141EF

Text Example


Text Example

White with #D141EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D141EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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