Html Css Color HEX #D12EDE Medium Orchid

📋 copy color: '#D12EDE'

red 209 ◦ green 46 ◦ blue 222

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

Shades of Medium Orchid #D12EDE

Tints of Medium Orchid #D12EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.54%

R = 43.82%
G = 9.64%
B = 46.54%

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

#D12EDE (or 0xD12EDE) is known color: Medium Orchid. HEX triplet: D1, 2E and DE. RGB value is (209,46,222). Sum of RGB (Red+Green+Blue) = 209+46+222=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 46 (18.36% from 255 or 9.64% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #D12EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12EDE is #2ED121. Grayscale: #727272. Windows color (decimal): -3068194 or 14560977. OLE color: 14560977.

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

Color convert

RGB 209 46 222 -
CMYK 0.06 0.79 0 0.13
HSL 295.57º 0.73% 0.53% -
HSV(B) 295.57º 0.79% 0.87% -
XYZ 40.46 20.78 70.99 -
YUV 114.8 188.5 195.19 -
System Red Green Blue C M Y K H S L
Decimal 209 46 222 0.06 0.79 0 0.13 295.57 0.73 0.53
Hex D1 2E DE 6 4F 0 D 128 49 35
Octal 321 56 336 6 117 0 15 450 111 65
Binary 11010001 101110 11011110 110 1001111 0 1101 100101000 1001001 110101

Color Harmonies of #D12EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12EDE

Black with #D12EDE

Text Example


Text Example

White with #D12EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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