Html Css Color HEX #D12FE0 Medium Orchid

📋 copy color: '#D12FE0'

red 209 ◦ green 47 ◦ blue 224

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

Shades of Medium Orchid #D12FE0

Tints of Medium Orchid #D12FE0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.79%

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

R = 43.54%
G = 9.79%
B = 46.67%

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

#D12FE0 (or 0xD12FE0) is known color: Medium Orchid. HEX triplet: D1, 2F and E0. RGB value is (209,47,224). Sum of RGB (Red+Green+Blue) = 209+47+224=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 47 (18.75% from 255 or 9.79% from 480); Blue value is 224 (87.89% from 255 or 46.67% from 480); Max value from RGB is 224 - color contains mainly: blue. Hex color #D12FE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12FE0 is #2ED01F. Grayscale: #737373. Windows color (decimal): -3067936 or 14692305. OLE color: 14692305.

HSL color Cylindrical-coordinate representation of color #D12FE0: hue angle of 294.92º 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 #D12FE0 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 47 224 -
CMYK 0.07 0.79 0 0.12
HSL 294.92º 0.74% 0.53% -
HSV(B) 294.92º 0.79% 0.88% -
XYZ 40.77 20.97 72.42 -
YUV 115.62 189.17 194.61 -
System Red Green Blue C M Y K H S L
Decimal 209 47 224 0.07 0.79 0 0.12 294.92 0.74 0.53
Hex D1 2F E0 7 4F 0 C 127 4A 35
Octal 321 57 340 7 117 0 14 447 112 65
Binary 11010001 101111 11100000 111 1001111 0 1100 100100111 1001010 110101

Color Harmonies of #D12FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12FE0

Black with #D12FE0

Text Example


Text Example

White with #D12FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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