Html Css Color HEX #D43DFB Medium Orchid

📋 copy color: '#D43DFB'

red 212 ◦ green 61 ◦ blue 251

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

Shades of Medium Orchid #D43DFB

Tints of Medium Orchid #D43DFB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.64%

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

R = 40.46%
G = 11.64%
B = 47.9%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D43DFB (or 0xD43DFB) is known color: Medium Orchid. HEX triplet: D4, 3D and FB. RGB value is (212,61,251). Sum of RGB (Red+Green+Blue) = 212+61+251=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 61 (24.22% from 255 or 11.64% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #D43DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D43DFB is #2BC204. Grayscale: #7F7F7F. Windows color (decimal): -2867717 or 16465364. OLE color: 16465364.

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

Color convert

RGB 212 61 251 -
CMYK 0.16 0.76 0 0.02
HSL 287.68º 0.96% 0.61% -
HSV(B) 287.68º 0.76% 0.98% -
XYZ 46.23 24.3 93.52 -
YUV 127.81 197.53 188.05 -
System Red Green Blue C M Y K H S L
Decimal 212 61 251 0.16 0.76 0 0.02 287.68 0.96 0.61
Hex D4 3D FB 10 4C 0 2 120 60 3D
Octal 324 75 373 20 114 0 2 440 140 75
Binary 11010100 111101 11111011 10000 1001100 0 10 100100000 1100000 111101

Color Harmonies of #D43DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43DFB

Black with #D43DFB

Text Example


Text Example

White with #D43DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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