Html Css Color HEX #D12FDC Medium Orchid

📋 copy color: '#D12FDC'

red 209 ◦ green 47 ◦ blue 220

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

Shades of Medium Orchid #D12FDC

Tints of Medium Orchid #D12FDC

RGB

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

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

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

R = 43.91%
G = 9.87%
B = 46.22%

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

#D12FDC (or 0xD12FDC) is known color: Medium Orchid. HEX triplet: D1, 2F and DC. RGB value is (209,47,220). Sum of RGB (Red+Green+Blue) = 209+47+220=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 47 (18.75% from 255 or 9.87% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #D12FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12FDC is #2ED023. Grayscale: #727272. Windows color (decimal): -3067940 or 14430161. OLE color: 14430161.

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

Color convert

RGB 209 47 220 -
CMYK 0.05 0.79 0 0.14
HSL 296.19º 0.71% 0.52% -
HSV(B) 296.19º 0.79% 0.86% -
XYZ 40.23 20.76 69.6 -
YUV 115.16 187.17 194.93 -
System Red Green Blue C M Y K H S L
Decimal 209 47 220 0.05 0.79 0 0.14 296.19 0.71 0.52
Hex D1 2F DC 5 4F 0 E 128 47 34
Octal 321 57 334 5 117 0 16 450 107 64
Binary 11010001 101111 11011100 101 1001111 0 1110 100101000 1000111 110100

Color Harmonies of #D12FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12FDC

Black with #D12FDC

Text Example


Text Example

White with #D12FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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