Html Css Color HEX #D43EFB Medium Orchid

📋 copy color: '#D43EFB'

red 212 ◦ green 62 ◦ blue 251

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

Shades of Medium Orchid #D43EFB

Tints of Medium Orchid #D43EFB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 11.81%

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

R = 40.38%
G = 11.81%
B = 47.81%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D43EFB (or 0xD43EFB) is known color: Medium Orchid. HEX triplet: D4, 3E and FB. RGB value is (212,62,251). Sum of RGB (Red+Green+Blue) = 212+62+251=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 62 (24.61% from 255 or 11.81% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #D43EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D43EFB is #2BC104. Grayscale: #7F7F7F. Windows color (decimal): -2867461 or 16465620. OLE color: 16465620.

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

Color convert

RGB 212 62 251 -
CMYK 0.16 0.75 0 0.02
HSL 287.62º 0.96% 0.61% -
HSV(B) 287.62º 0.75% 0.98% -
XYZ 46.29 24.41 93.54 -
YUV 128.4 197.2 187.63 -
System Red Green Blue C M Y K H S L
Decimal 212 62 251 0.16 0.75 0 0.02 287.62 0.96 0.61
Hex D4 3E FB 10 4B 0 2 120 60 3D
Octal 324 76 373 20 113 0 2 440 140 75
Binary 11010100 111110 11111011 10000 1001011 0 10 100100000 1100000 111101

Color Harmonies of #D43EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43EFB

Black with #D43EFB

Text Example


Text Example

White with #D43EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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