Html Css Color HEX #D43AFC Medium Orchid

📋 copy color: '#D43AFC'

red 212 ◦ green 58 ◦ blue 252

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

Shades of Medium Orchid #D43AFC

Tints of Medium Orchid #D43AFC

RGB

 RED value IS 212 (83.2% from 255) = 40.61%

 GREEN value IS 58 (23.05% from 255) = 11.11%

 BLUE value IS 252 (98.83% from 255) = 48.28%

R = 40.61%
G = 11.11%
B = 48.28%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D43AFC (or 0xD43AFC) is known color: Medium Orchid. HEX triplet: D4, 3A and FC. RGB value is (212,58,252). Sum of RGB (Red+Green+Blue) = 212+58+252=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 58 (23.05% from 255 or 11.11% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #D43AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D43AFC is #2BC503. Grayscale: #7D7D7D. Windows color (decimal): -2868484 or 16530132. OLE color: 16530132.

HSL color Cylindrical-coordinate representation of color #D43AFC: hue angle of 287.63º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D43AFC is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 58 252 -
CMYK 0.16 0.77 0 0.01
HSL 287.63º 0.97% 0.61% -
HSV(B) 287.63º 0.77% 0.99% -
XYZ 46.24 24.05 94.3 -
YUV 126.16 199.02 189.23 -
System Red Green Blue C M Y K H S L
Decimal 212 58 252 0.16 0.77 0 0.01 287.63 0.97 0.61
Hex D4 3A FC 10 4D 0 1 120 61 3D
Octal 324 72 374 20 115 0 1 440 141 75
Binary 11010100 111010 11111100 10000 1001101 0 1 100100000 1100001 111101

Color Harmonies of #D43AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43AFC

Black with #D43AFC

Text Example


Text Example

White with #D43AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43AFC; }

 p { color: rgb(212,58,252); }

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

background-color css

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

 a { background-color: rgb(212,58,252); }

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

border-color css

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

 span { border-color: rgb(212,58,252); }

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