Html Css Color HEX #D12EDC Medium Orchid

📋 copy color: '#D12EDC'

red 209 ◦ green 46 ◦ blue 220

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

Shades of Medium Orchid #D12EDC

Tints of Medium Orchid #D12EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.32%

R = 44%
G = 9.68%
B = 46.32%

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

#D12EDC (or 0xD12EDC) is known color: Medium Orchid. HEX triplet: D1, 2E and DC. RGB value is (209,46,220). Sum of RGB (Red+Green+Blue) = 209+46+220=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 46 (18.36% from 255 or 9.68% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #D12EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12EDC is #2ED123. Grayscale: #727272. Windows color (decimal): -3068196 or 14429905. OLE color: 14429905.

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

Color convert

RGB 209 46 220 -
CMYK 0.05 0.79 0 0.14
HSL 296.21º 0.71% 0.52% -
HSV(B) 296.21º 0.79% 0.86% -
XYZ 40.19 20.68 69.58 -
YUV 114.57 187.5 195.35 -
System Red Green Blue C M Y K H S L
Decimal 209 46 220 0.05 0.79 0 0.14 296.21 0.71 0.52
Hex D1 2E DC 5 4F 0 E 128 47 34
Octal 321 56 334 5 117 0 16 450 107 64
Binary 11010001 101110 11011100 101 1001111 0 1110 100101000 1000111 110100

Color Harmonies of #D12EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12EDC

Black with #D12EDC

Text Example


Text Example

White with #D12EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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