Html Css Color HEX #D141EE Medium Orchid

📋 copy color: '#D141EE'

red 209 ◦ green 65 ◦ blue 238

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

Shades of Medium Orchid #D141EE

Tints of Medium Orchid #D141EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.48%

R = 40.82%
G = 12.7%
B = 46.48%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D141EE (or 0xD141EE) is known color: Medium Orchid. HEX triplet: D1, 41 and EE. RGB value is (209,65,238). Sum of RGB (Red+Green+Blue) = 209+65+238=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 65 (25.78% from 255 or 12.70% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #D141EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D141EE is #2EBE11. Grayscale: #7F7F7F. Windows color (decimal): -3063314 or 15614417. OLE color: 15614417.

HSL color Cylindrical-coordinate representation of color #D141EE: hue angle of 289.94º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D141EE is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 65 238 -
CMYK 0.12 0.73 0 0.07
HSL 289.94º 0.84% 0.59% -
HSV(B) 289.94º 0.73% 0.93% -
XYZ 43.62 23.51 83.13 -
YUV 127.78 190.21 185.93 -
System Red Green Blue C M Y K H S L
Decimal 209 65 238 0.12 0.73 0 0.07 289.94 0.84 0.59
Hex D1 41 EE C 49 0 7 122 54 3B
Octal 321 101 356 14 111 0 7 442 124 73
Binary 11010001 1000001 11101110 1100 1001001 0 111 100100010 1010100 111011

Color Harmonies of #D141EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D141EE

Black with #D141EE

Text Example


Text Example

White with #D141EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D141EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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