Html Css Color HEX #D43FF7 Medium Orchid

📋 copy color: '#D43FF7'

red 212 ◦ green 63 ◦ blue 247

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

Shades of Medium Orchid #D43FF7

Tints of Medium Orchid #D43FF7

RGB

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

 GREEN value IS 63 (25% from 255) = 12.07%

 BLUE value IS 247 (96.88% from 255) = 47.32%

R = 40.61%
G = 12.07%
B = 47.32%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D43FF7 (or 0xD43FF7) is known color: Medium Orchid. HEX triplet: D4, 3F and F7. RGB value is (212,63,247). Sum of RGB (Red+Green+Blue) = 212+63+247=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 63 (25% from 255 or 12.07% from 522); Blue value is 247 (96.88% from 255 or 47.32% from 522); Max value from RGB is 247 - color contains mainly: blue. Hex color #D43FF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D43FF7 is #2BC008. Grayscale: #7F7F7F. Windows color (decimal): -2867209 or 16203732. OLE color: 16203732.

HSL color Cylindrical-coordinate representation of color #D43FF7: hue angle of 288.59º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D43FF7 is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 212 63 247 -
CMYK 0.14 0.74 0 0.03
HSL 288.59º 0.92% 0.61% -
HSV(B) 288.59º 0.74% 0.97% -
XYZ 45.72 24.27 90.27 -
YUV 128.53 194.86 187.54 -
System Red Green Blue C M Y K H S L
Decimal 212 63 247 0.14 0.74 0 0.03 288.59 0.92 0.61
Hex D4 3F F7 E 4A 0 3 121 5C 3D
Octal 324 77 367 16 112 0 3 441 134 75
Binary 11010100 111111 11110111 1110 1001010 0 11 100100001 1011100 111101

Color Harmonies of #D43FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43FF7

Black with #D43FF7

Text Example


Text Example

White with #D43FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43FF7; }

 p { color: rgb(212,63,247); }

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

background-color css

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

 a { background-color: rgb(212,63,247); }

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

border-color css

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

 span { border-color: rgb(212,63,247); }

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