Html Css Color HEX #D12EE1 Medium Orchid

📋 copy color: '#D12EE1'

red 209 ◦ green 46 ◦ blue 225

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

Shades of Medium Orchid #D12EE1

Tints of Medium Orchid #D12EE1

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.58%

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

R = 43.54%
G = 9.58%
B = 46.88%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D12EE1 (or 0xD12EE1) is known color: Medium Orchid. HEX triplet: D1, 2E and E1. RGB value is (209,46,225). Sum of RGB (Red+Green+Blue) = 209+46+225=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 46 (18.36% from 255 or 9.58% from 480); Blue value is 225 (88.28% from 255 or 46.88% from 480); Max value from RGB is 225 - color contains mainly: blue. Hex color #D12EE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12EE1 is #2ED11E. Grayscale: #727272. Windows color (decimal): -3068191 or 14757585. OLE color: 14757585.

HSL color Cylindrical-coordinate representation of color #D12EE1: hue angle of 294.64º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12EE1 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 46 225 -
CMYK 0.07 0.80 0 0.12
HSL 294.64º 0.75% 0.53% -
HSV(B) 294.64º 0.8% 0.88% -
XYZ 40.86 20.95 73.12 -
YUV 115.14 190 194.95 -
System Red Green Blue C M Y K H S L
Decimal 209 46 225 0.07 0.80 0 0.12 294.64 0.75 0.53
Hex D1 2E E1 7 50 0 C 127 4B 35
Octal 321 56 341 7 120 0 14 447 113 65
Binary 11010001 101110 11100001 111 1010000 0 1100 100100111 1001011 110101

Color Harmonies of #D12EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12EE1

Black with #D12EE1

Text Example


Text Example

White with #D12EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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