#D43DFA

Color #D43DFA Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #D43DFA

Tints of Medium Orchid #D43DFA

Color information

#D43DFA (or 0xD43DFA) is unknown color: approx Medium Orchid. HEX triplet: D4, 3D and FA. RGB value is (212,61,250). Sum of RGB (Red+Green+Blue) = 212+61+250=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 61 (24.22% from 255 or 11.66% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #D43DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D43DFA is #2BC205. Grayscale: #7F7F7F. Windows color (decimal): -2867718 or 16399828. OLE color: 16399828.

HSL color Cylindrical-coordinate representation of color #D43DFA: hue angle of 287.94º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D43DFA is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21261250-
CMYK0.150.7600.02
HSL287.94º94.97%60.98%-
HSV(B)287.94º75.6%98.04%-
XYZ46.0824.2492.69-
YUV127.7197.03188.13-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.54%
GREEN value IS 61 (24.22% from 255) = 11.66%
BLUE value IS 250 (98.05% from 255) = 47.80%
R=40.54%
G=11.66%
B=47.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal212612500.150.7600.02287.9494.9760.98
HexD43DFAF4C021205f3d
Octal32475372171140244013775
Binary1101010011110111111010111110011000101001000001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43DFA; }

 p { color: rgb(212,61,250); }

 H1.HeaderClassName
 {
   color: #D43DFA;
 }
 .AnyTagClassName
 {
   color: #D43DFA;
 }
</style>
background-color css

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

 a { background-color: rgb(212,61,250); }

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

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

 span { border-color: rgb(212,61,250); }

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