Html Css Color HEX #D12FEC Medium Orchid

📋 copy color: '#D12FEC'

red 209 ◦ green 47 ◦ blue 236

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

Shades of Medium Orchid #D12FEC

Tints of Medium Orchid #D12FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.97%

R = 42.48%
G = 9.55%
B = 47.97%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D12FEC (or 0xD12FEC) is known color: Medium Orchid. HEX triplet: D1, 2F and EC. RGB value is (209,47,236). Sum of RGB (Red+Green+Blue) = 209+47+236=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 47 (18.75% from 255 or 9.55% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #D12FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12FEC is #2ED013. Grayscale: #747474. Windows color (decimal): -3067924 or 15478737. OLE color: 15478737.

HSL color Cylindrical-coordinate representation of color #D12FEC: hue angle of 291.43º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12FEC is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 47 236 -
CMYK 0.11 0.80 0 0.07
HSL 291.43º 0.83% 0.55% -
HSV(B) 291.43º 0.8% 0.93% -
XYZ 42.45 21.64 81.3 -
YUV 116.98 195.17 193.63 -
System Red Green Blue C M Y K H S L
Decimal 209 47 236 0.11 0.80 0 0.07 291.43 0.83 0.55
Hex D1 2F EC B 50 0 7 123 53 37
Octal 321 57 354 13 120 0 7 443 123 67
Binary 11010001 101111 11101100 1011 1010000 0 111 100100011 1010011 110111

Color Harmonies of #D12FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12FEC

Black with #D12FEC

Text Example


Text Example

White with #D12FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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