Html Css Color HEX #D43AF1 Medium Orchid

📋 copy color: '#D43AF1'

red 212 ◦ green 58 ◦ blue 241

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

Shades of Medium Orchid #D43AF1

Tints of Medium Orchid #D43AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.16%

R = 41.49%
G = 11.35%
B = 47.16%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D43AF1 (or 0xD43AF1) is known color: Medium Orchid. HEX triplet: D4, 3A and F1. RGB value is (212,58,241). Sum of RGB (Red+Green+Blue) = 212+58+241=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 58 (23.05% from 255 or 11.35% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #D43AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D43AF1 is #2BC50E. Grayscale: #7C7C7C. Windows color (decimal): -2868495 or 15809236. OLE color: 15809236.

HSL color Cylindrical-coordinate representation of color #D43AF1: hue angle of 290.49º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D43AF1 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 58 241 -
CMYK 0.12 0.76 0 0.05
HSL 290.49º 0.87% 0.59% -
HSV(B) 290.49º 0.76% 0.95% -
XYZ 44.54 23.37 85.38 -
YUV 124.91 193.52 190.12 -
System Red Green Blue C M Y K H S L
Decimal 212 58 241 0.12 0.76 0 0.05 290.49 0.87 0.59
Hex D4 3A F1 C 4C 0 5 122 57 3B
Octal 324 72 361 14 114 0 5 442 127 73
Binary 11010100 111010 11110001 1100 1001100 0 101 100100010 1010111 111011

Color Harmonies of #D43AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43AF1

Black with #D43AF1

Text Example


Text Example

White with #D43AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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