Html Css Color HEX #D12EDF Medium Orchid

📋 copy color: '#D12EDF'

red 209 ◦ green 46 ◦ blue 223

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

Shades of Medium Orchid #D12EDF

Tints of Medium Orchid #D12EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.65%

R = 43.72%
G = 9.62%
B = 46.65%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D12EDF (or 0xD12EDF) is known color: Medium Orchid. HEX triplet: D1, 2E and DF. RGB value is (209,46,223). Sum of RGB (Red+Green+Blue) = 209+46+223=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 46 (18.36% from 255 or 9.62% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #D12EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12EDF is #2ED120. Grayscale: #727272. Windows color (decimal): -3068193 or 14626513. OLE color: 14626513.

HSL color Cylindrical-coordinate representation of color #D12EDF: hue angle of 295.25º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D12EDF is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 46 223 -
CMYK 0.06 0.79 0 0.13
HSL 295.25º 0.73% 0.53% -
HSV(B) 295.25º 0.79% 0.87% -
XYZ 40.59 20.84 71.69 -
YUV 114.92 189 195.11 -
System Red Green Blue C M Y K H S L
Decimal 209 46 223 0.06 0.79 0 0.13 295.25 0.73 0.53
Hex D1 2E DF 6 4F 0 D 127 49 35
Octal 321 56 337 6 117 0 15 447 111 65
Binary 11010001 101110 11011111 110 1001111 0 1101 100100111 1001001 110101

Color Harmonies of #D12EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12EDF

Black with #D12EDF

Text Example


Text Example

White with #D12EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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