Html Css Color HEX #D43AFB Medium Orchid

📋 copy color: '#D43AFB'

red 212 ◦ green 58 ◦ blue 251

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

Shades of Medium Orchid #D43AFB

Tints of Medium Orchid #D43AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.18%

R = 40.69%
G = 11.13%
B = 48.18%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D43AFB (or 0xD43AFB) is known color: Medium Orchid. HEX triplet: D4, 3A and FB. RGB value is (212,58,251). Sum of RGB (Red+Green+Blue) = 212+58+251=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 58 (23.05% from 255 or 11.13% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #D43AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D43AFB is #2BC504. Grayscale: #7D7D7D. Windows color (decimal): -2868485 or 16464596. OLE color: 16464596.

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

Color convert

RGB 212 58 251 -
CMYK 0.16 0.77 0 0.02
HSL 287.88º 0.96% 0.61% -
HSV(B) 287.88º 0.77% 0.98% -
XYZ 46.08 23.99 93.47 -
YUV 126.05 198.52 189.31 -
System Red Green Blue C M Y K H S L
Decimal 212 58 251 0.16 0.77 0 0.02 287.88 0.96 0.61
Hex D4 3A FB 10 4D 0 2 120 60 3D
Octal 324 72 373 20 115 0 2 440 140 75
Binary 11010100 111010 11111011 10000 1001101 0 10 100100000 1100000 111101

Color Harmonies of #D43AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43AFB

Black with #D43AFB

Text Example


Text Example

White with #D43AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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