Html Css Color HEX #D12FE1 Medium Orchid

📋 copy color: '#D12FE1'

red 209 ◦ green 47 ◦ blue 225

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

Shades of Medium Orchid #D12FE1

Tints of Medium Orchid #D12FE1

RGB

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

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

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

R = 43.45%
G = 9.77%
B = 46.78%

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

#D12FE1 (or 0xD12FE1) is known color: Medium Orchid. HEX triplet: D1, 2F and E1. RGB value is (209,47,225). Sum of RGB (Red+Green+Blue) = 209+47+225=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 47 (18.75% from 255 or 9.77% from 481); Blue value is 225 (88.28% from 255 or 46.78% from 481); Max value from RGB is 225 - color contains mainly: blue. Hex color #D12FE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12FE1 is #2ED01E. Grayscale: #737373. Windows color (decimal): -3067935 or 14757841. OLE color: 14757841.

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

Color convert

RGB 209 47 225 -
CMYK 0.07 0.79 0 0.12
HSL 294.61º 0.75% 0.53% -
HSV(B) 294.61º 0.79% 0.88% -
XYZ 40.9 21.02 73.14 -
YUV 115.73 189.67 194.53 -
System Red Green Blue C M Y K H S L
Decimal 209 47 225 0.07 0.79 0 0.12 294.61 0.75 0.53
Hex D1 2F E1 7 4F 0 C 127 4B 35
Octal 321 57 341 7 117 0 14 447 113 65
Binary 11010001 101111 11100001 111 1001111 0 1100 100100111 1001011 110101

Color Harmonies of #D12FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12FE1

Black with #D12FE1

Text Example


Text Example

White with #D12FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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