Html Css Color HEX #D43AF8 Medium Orchid

📋 copy color: '#D43AF8'

red 212 ◦ green 58 ◦ blue 248

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

Shades of Medium Orchid #D43AF8

Tints of Medium Orchid #D43AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.88%

R = 40.93%
G = 11.2%
B = 47.88%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D43AF8 (or 0xD43AF8) is known color: Medium Orchid. HEX triplet: D4, 3A and F8. RGB value is (212,58,248). Sum of RGB (Red+Green+Blue) = 212+58+248=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 58 (23.05% from 255 or 11.20% from 518); Blue value is 248 (97.27% from 255 or 47.88% from 518); Max value from RGB is 248 - color contains mainly: blue. Hex color #D43AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D43AF8 is #2BC507. Grayscale: #7D7D7D. Windows color (decimal): -2868488 or 16267988. OLE color: 16267988.

HSL color Cylindrical-coordinate representation of color #D43AF8: hue angle of 288.63º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D43AF8 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 212 58 248 -
CMYK 0.15 0.77 0 0.03
HSL 288.63º 0.93% 0.6% -
HSV(B) 288.63º 0.77% 0.97% -
XYZ 45.61 23.8 91 -
YUV 125.71 197.02 189.55 -
System Red Green Blue C M Y K H S L
Decimal 212 58 248 0.15 0.77 0 0.03 288.63 0.93 0.6
Hex D4 3A F8 F 4D 0 3 121 5D 3C
Octal 324 72 370 17 115 0 3 441 135 74
Binary 11010100 111010 11111000 1111 1001101 0 11 100100001 1011101 111100

Color Harmonies of #D43AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43AF8

Black with #D43AF8

Text Example


Text Example

White with #D43AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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