Html Css Color HEX #D12FEA Medium Orchid

📋 copy color: '#D12FEA'

red 209 ◦ green 47 ◦ blue 234

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

Shades of Medium Orchid #D12FEA

Tints of Medium Orchid #D12FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.76%

R = 42.65%
G = 9.59%
B = 47.76%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D12FEA (or 0xD12FEA) is known color: Medium Orchid. HEX triplet: D1, 2F and EA. RGB value is (209,47,234). Sum of RGB (Red+Green+Blue) = 209+47+234=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 47 (18.75% from 255 or 9.59% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #D12FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12FEA is #2ED015. Grayscale: #747474. Windows color (decimal): -3067926 or 15347665. OLE color: 15347665.

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

Color convert

RGB 209 47 234 -
CMYK 0.11 0.80 0 0.08
HSL 291.98º 0.82% 0.55% -
HSV(B) 291.98º 0.8% 0.92% -
XYZ 42.16 21.53 79.78 -
YUV 116.76 194.17 193.79 -
System Red Green Blue C M Y K H S L
Decimal 209 47 234 0.11 0.80 0 0.08 291.98 0.82 0.55
Hex D1 2F EA B 50 0 8 124 52 37
Octal 321 57 352 13 120 0 10 444 122 67
Binary 11010001 101111 11101010 1011 1010000 0 1000 100100100 1010010 110111

Color Harmonies of #D12FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12FEA

Black with #D12FEA

Text Example


Text Example

White with #D12FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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