Html Css Color HEX #D12EE0 Medium Orchid

📋 copy color: '#D12EE0'

red 209 ◦ green 46 ◦ blue 224

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

Shades of Medium Orchid #D12EE0

Tints of Medium Orchid #D12EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.76%

R = 43.63%
G = 9.6%
B = 46.76%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D12EE0 (or 0xD12EE0) is known color: Medium Orchid. HEX triplet: D1, 2E and E0. RGB value is (209,46,224). Sum of RGB (Red+Green+Blue) = 209+46+224=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 46 (18.36% from 255 or 9.60% from 479); Blue value is 224 (87.89% from 255 or 46.76% from 479); Max value from RGB is 224 - color contains mainly: blue. Hex color #D12EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12EE0 is #2ED11F. Grayscale: #727272. Windows color (decimal): -3068192 or 14692049. OLE color: 14692049.

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

Color convert

RGB 209 46 224 -
CMYK 0.07 0.79 0 0.12
HSL 294.94º 0.74% 0.53% -
HSV(B) 294.94º 0.79% 0.88% -
XYZ 40.73 20.89 72.41 -
YUV 115.03 189.5 195.03 -
System Red Green Blue C M Y K H S L
Decimal 209 46 224 0.07 0.79 0 0.12 294.94 0.74 0.53
Hex D1 2E E0 7 4F 0 C 127 4A 35
Octal 321 56 340 7 117 0 14 447 112 65
Binary 11010001 101110 11100000 111 1001111 0 1100 100100111 1001010 110101

Color Harmonies of #D12EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12EE0

Black with #D12EE0

Text Example


Text Example

White with #D12EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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