Html Css Color HEX #D143F6 Medium Orchid

📋 copy color: '#D143F6'

red 209 ◦ green 67 ◦ blue 246

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

Shades of Medium Orchid #D143F6

Tints of Medium Orchid #D143F6

RGB

 RED value IS 209 (82.03% from 255) = 40.04%

 GREEN value IS 67 (26.56% from 255) = 12.84%

 BLUE value IS 246 (96.48% from 255) = 47.13%

R = 40.04%
G = 12.84%
B = 47.13%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D143F6 (or 0xD143F6) is known color: Medium Orchid. HEX triplet: D1, 43 and F6. RGB value is (209,67,246). Sum of RGB (Red+Green+Blue) = 209+67+246=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 67 (26.56% from 255 or 12.84% from 522); Blue value is 246 (96.48% from 255 or 47.13% from 522); Max value from RGB is 246 - color contains mainly: blue. Hex color #D143F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D143F6 is #2EBC09. Grayscale: #818181. Windows color (decimal): -3062794 or 16139217. OLE color: 16139217.

HSL color Cylindrical-coordinate representation of color #D143F6: hue angle of 287.6º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D143F6 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 209 67 246 -
CMYK 0.15 0.73 0 0.04
HSL 287.6º 0.91% 0.61% -
HSV(B) 287.6º 0.73% 0.96% -
XYZ 44.94 24.22 89.5 -
YUV 129.86 193.54 184.45 -
System Red Green Blue C M Y K H S L
Decimal 209 67 246 0.15 0.73 0 0.04 287.6 0.91 0.61
Hex D1 43 F6 F 49 0 4 120 5B 3D
Octal 321 103 366 17 111 0 4 440 133 75
Binary 11010001 1000011 11110110 1111 1001001 0 100 100100000 1011011 111101

Color Harmonies of #D143F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D143F6

Black with #D143F6

Text Example


Text Example

White with #D143F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D143F6; }

 p { color: rgb(209,67,246); }

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

background-color css

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

 a { background-color: rgb(209,67,246); }

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

border-color css

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

 span { border-color: rgb(209,67,246); }

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