Html Css Color HEX #D43AF6 Medium Orchid

📋 copy color: '#D43AF6'

red 212 ◦ green 58 ◦ blue 246

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

Shades of Medium Orchid #D43AF6

Tints of Medium Orchid #D43AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 47.67%

R = 41.09%
G = 11.24%
B = 47.67%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D43AF6 (or 0xD43AF6) is known color: Medium Orchid. HEX triplet: D4, 3A and F6. RGB value is (212,58,246). Sum of RGB (Red+Green+Blue) = 212+58+246=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 58 (23.05% from 255 or 11.24% from 516); Blue value is 246 (96.48% from 255 or 47.67% from 516); Max value from RGB is 246 - color contains mainly: blue. Hex color #D43AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D43AF6 is #2BC509. Grayscale: #7C7C7C. Windows color (decimal): -2868490 or 16136916. OLE color: 16136916.

HSL color Cylindrical-coordinate representation of color #D43AF6: hue angle of 289.15º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D43AF6 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 212 58 246 -
CMYK 0.14 0.76 0 0.04
HSL 289.15º 0.91% 0.6% -
HSV(B) 289.15º 0.76% 0.96% -
XYZ 45.3 23.68 89.37 -
YUV 125.48 196.02 189.71 -
System Red Green Blue C M Y K H S L
Decimal 212 58 246 0.14 0.76 0 0.04 289.15 0.91 0.6
Hex D4 3A F6 E 4C 0 4 121 5B 3C
Octal 324 72 366 16 114 0 4 441 133 74
Binary 11010100 111010 11110110 1110 1001100 0 100 100100001 1011011 111100

Color Harmonies of #D43AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43AF6

Black with #D43AF6

Text Example


Text Example

White with #D43AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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