Html Css Color HEX #D12EDB Medium Orchid

📋 copy color: '#D12EDB'

red 209 ◦ green 46 ◦ blue 219

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

Shades of Medium Orchid #D12EDB

Tints of Medium Orchid #D12EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.2%

R = 44.09%
G = 9.7%
B = 46.2%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D12EDB (or 0xD12EDB) is known color: Medium Orchid. HEX triplet: D1, 2E and DB. RGB value is (209,46,219). Sum of RGB (Red+Green+Blue) = 209+46+219=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 46 (18.36% from 255 or 9.70% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #D12EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12EDB is #2ED124. Grayscale: #717171. Windows color (decimal): -3068197 or 14364369. OLE color: 14364369.

HSL color Cylindrical-coordinate representation of color #D12EDB: hue angle of 296.53º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D12EDB is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 46 219 -
CMYK 0.05 0.79 0 0.14
HSL 296.53º 0.71% 0.52% -
HSV(B) 296.53º 0.79% 0.86% -
XYZ 40.06 20.62 68.89 -
YUV 114.46 187 195.43 -
System Red Green Blue C M Y K H S L
Decimal 209 46 219 0.05 0.79 0 0.14 296.53 0.71 0.52
Hex D1 2E DB 5 4F 0 E 129 47 34
Octal 321 56 333 5 117 0 16 451 107 64
Binary 11010001 101110 11011011 101 1001111 0 1110 100101001 1000111 110100

Color Harmonies of #D12EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12EDB

Black with #D12EDB

Text Example


Text Example

White with #D12EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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