Html Css Color HEX #D14EE1 Medium Orchid

📋 copy color: '#D14EE1'

red 209 ◦ green 78 ◦ blue 225

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

Shades of Medium Orchid #D14EE1

Tints of Medium Orchid #D14EE1

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.23%

 BLUE value IS 225 (88.28% from 255) = 43.95%

R = 40.82%
G = 15.23%
B = 43.95%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D14EE1 (or 0xD14EE1) is known color: Medium Orchid. HEX triplet: D1, 4E and E1. RGB value is (209,78,225). Sum of RGB (Red+Green+Blue) = 209+78+225=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 78 (30.86% from 255 or 15.23% from 512); Blue value is 225 (88.28% from 255 or 43.95% from 512); Max value from RGB is 225 - color contains mainly: blue. Hex color #D14EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14EE1 is #2EB11E. Grayscale: #858585. Windows color (decimal): -3059999 or 14765777. OLE color: 14765777.

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

Color convert

RGB 209 78 225 -
CMYK 0.07 0.65 0 0.12
HSL 293.47º 0.71% 0.59% -
HSV(B) 293.47º 0.65% 0.88% -
XYZ 42.61 24.44 73.71 -
YUV 133.93 179.4 181.55 -
System Red Green Blue C M Y K H S L
Decimal 209 78 225 0.07 0.65 0 0.12 293.47 0.71 0.59
Hex D1 4E E1 7 41 0 C 125 47 3B
Octal 321 116 341 7 101 0 14 445 107 73
Binary 11010001 1001110 11100001 111 1000001 0 1100 100100101 1000111 111011

Color Harmonies of #D14EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14EE1

Black with #D14EE1

Text Example


Text Example

White with #D14EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14EE1; }

 p { color: rgb(209,78,225); }

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

background-color css

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

 a { background-color: rgb(209,78,225); }

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

border-color css

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

 span { border-color: rgb(209,78,225); }

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