Html Css Color HEX #D43BF5 Medium Orchid

📋 copy color: '#D43BF5'

red 212 ◦ green 59 ◦ blue 245

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

Shades of Medium Orchid #D43BF5

Tints of Medium Orchid #D43BF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 47.48%

R = 41.09%
G = 11.43%
B = 47.48%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D43BF5 (or 0xD43BF5) is known color: Medium Orchid. HEX triplet: D4, 3B and F5. RGB value is (212,59,245). Sum of RGB (Red+Green+Blue) = 212+59+245=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 59 (23.44% from 255 or 11.43% from 516); Blue value is 245 (96.09% from 255 or 47.48% from 516); Max value from RGB is 245 - color contains mainly: blue. Hex color #D43BF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D43BF5 is #2BC40A. Grayscale: #7D7D7D. Windows color (decimal): -2868235 or 16071636. OLE color: 16071636.

HSL color Cylindrical-coordinate representation of color #D43BF5: hue angle of 289.35º degrees, saturation: 0.9, 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 #D43BF5 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 212 59 245 -
CMYK 0.13 0.76 0 0.04
HSL 289.35º 0.9% 0.6% -
HSV(B) 289.35º 0.76% 0.96% -
XYZ 45.2 23.72 88.58 -
YUV 125.95 195.19 189.38 -
System Red Green Blue C M Y K H S L
Decimal 212 59 245 0.13 0.76 0 0.04 289.35 0.9 0.6
Hex D4 3B F5 D 4C 0 4 121 5A 3C
Octal 324 73 365 15 114 0 4 441 132 74
Binary 11010100 111011 11110101 1101 1001100 0 100 100100001 1011010 111100

Color Harmonies of #D43BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43BF5

Black with #D43BF5

Text Example


Text Example

White with #D43BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43BF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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