Html Css Color HEX #D12FDA Medium Orchid

📋 copy color: '#D12FDA'

red 209 ◦ green 47 ◦ blue 218

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

Shades of Medium Orchid #D12FDA

Tints of Medium Orchid #D12FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.99%

R = 44.09%
G = 9.92%
B = 45.99%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D12FDA (or 0xD12FDA) is known color: Medium Orchid. HEX triplet: D1, 2F and DA. RGB value is (209,47,218). Sum of RGB (Red+Green+Blue) = 209+47+218=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 47 (18.75% from 255 or 9.92% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #D12FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12FDA is #2ED025. Grayscale: #727272. Windows color (decimal): -3067942 or 14299089. OLE color: 14299089.

HSL color Cylindrical-coordinate representation of color #D12FDA: hue angle of 296.84º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D12FDA is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 47 218 -
CMYK 0.04 0.78 0 0.15
HSL 296.84º 0.7% 0.52% -
HSV(B) 296.84º 0.78% 0.85% -
XYZ 39.97 20.65 68.21 -
YUV 114.93 186.17 195.1 -
System Red Green Blue C M Y K H S L
Decimal 209 47 218 0.04 0.78 0 0.15 296.84 0.7 0.52
Hex D1 2F DA 4 4E 0 F 129 46 34
Octal 321 57 332 4 116 0 17 451 106 64
Binary 11010001 101111 11011010 100 1001110 0 1111 100101001 1000110 110100

Color Harmonies of #D12FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12FDA

Black with #D12FDA

Text Example


Text Example

White with #D12FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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