Html Css Color HEX #D146EF Medium Orchid

📋 copy color: '#D146EF'

red 209 ◦ green 70 ◦ blue 239

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

Shades of Medium Orchid #D146EF

Tints of Medium Orchid #D146EF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.51%

 BLUE value IS 239 (93.75% from 255) = 46.14%

R = 40.35%
G = 13.51%
B = 46.14%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D146EF (or 0xD146EF) is known color: Medium Orchid. HEX triplet: D1, 46 and EF. RGB value is (209,70,239). Sum of RGB (Red+Green+Blue) = 209+70+239=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 70 (27.73% from 255 or 13.51% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #D146EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D146EF is #2EB910. Grayscale: #828282. Windows color (decimal): -3062033 or 15681233. OLE color: 15681233.

HSL color Cylindrical-coordinate representation of color #D146EF: hue angle of 289.35º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D146EF is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 70 239 -
CMYK 0.13 0.71 0 0.06
HSL 289.35º 0.84% 0.61% -
HSV(B) 289.35º 0.71% 0.94% -
XYZ 44.06 24.17 84 -
YUV 130.83 189.05 183.76 -
System Red Green Blue C M Y K H S L
Decimal 209 70 239 0.13 0.71 0 0.06 289.35 0.84 0.61
Hex D1 46 EF D 47 0 6 121 54 3D
Octal 321 106 357 15 107 0 6 441 124 75
Binary 11010001 1000110 11101111 1101 1000111 0 110 100100001 1010100 111101

Color Harmonies of #D146EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D146EF

Black with #D146EF

Text Example


Text Example

White with #D146EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D146EF; }

 p { color: rgb(209,70,239); }

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

background-color css

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

 a { background-color: rgb(209,70,239); }

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

border-color css

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

 span { border-color: rgb(209,70,239); }

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