Html Css Color HEX #D43BFB Medium Orchid

📋 copy color: '#D43BFB'

red 212 ◦ green 59 ◦ blue 251

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

Shades of Medium Orchid #D43BFB

Tints of Medium Orchid #D43BFB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.3%

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

R = 40.61%
G = 11.3%
B = 48.08%

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

#D43BFB (or 0xD43BFB) is known color: Medium Orchid. HEX triplet: D4, 3B and FB. RGB value is (212,59,251). Sum of RGB (Red+Green+Blue) = 212+59+251=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 59 (23.44% from 255 or 11.30% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #D43BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D43BFB is #2BC404. Grayscale: #7E7E7E. Windows color (decimal): -2868229 or 16464852. OLE color: 16464852.

HSL color Cylindrical-coordinate representation of color #D43BFB: hue angle of 287.81º 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 #D43BFB is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 59 251 -
CMYK 0.16 0.76 0 0.02
HSL 287.81º 0.96% 0.61% -
HSV(B) 287.81º 0.76% 0.98% -
XYZ 46.13 24.09 93.49 -
YUV 126.64 198.19 188.89 -
System Red Green Blue C M Y K H S L
Decimal 212 59 251 0.16 0.76 0 0.02 287.81 0.96 0.61
Hex D4 3B FB 10 4C 0 2 120 60 3D
Octal 324 73 373 20 114 0 2 440 140 75
Binary 11010100 111011 11111011 10000 1001100 0 10 100100000 1100000 111101

Color Harmonies of #D43BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43BFB

Black with #D43BFB

Text Example


Text Example

White with #D43BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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